diff options
author | 2007-08-21 15:45:30 +0000 | |
---|---|---|
committer | 2007-08-21 15:45:30 +0000 | |
commit | 1257054b5d212f448b058df7112e04c9c1e43030 (patch) | |
tree | 6c5141b4fb7df92bd3f4c94689fd2b2e61892f0b /sci-libs/cblas-reference/metadata.xml | |
parent | major cleanup with new sources and new style pkg-config / virtuals (diff) | |
download | historical-1257054b5d212f448b058df7112e04c9c1e43030.tar.gz historical-1257054b5d212f448b058df7112e04c9c1e43030.tar.bz2 historical-1257054b5d212f448b058df7112e04c9c1e43030.zip |
major cleanup and new style pkg-config / virtuals
Package-Manager: portage-2.1.2.11
Diffstat (limited to 'sci-libs/cblas-reference/metadata.xml')
-rw-r--r-- | sci-libs/cblas-reference/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sci-libs/cblas-reference/metadata.xml b/sci-libs/cblas-reference/metadata.xml index b229aec85b8f..b3739e268a1f 100644 --- a/sci-libs/cblas-reference/metadata.xml +++ b/sci-libs/cblas-reference/metadata.xml @@ -2,4 +2,14 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci</herd> +<longdescription lang="en"> +The BLAS (Basic Linear Algebra Subprograms) are high quality "building +block" routines for performing basic vector and matrix operations. Level 1 +BLAS do vector-vector operations, Level 2 BLAS do matrix-vector operations, +and Level 3 BLAS do matrix-matrix operations. Because the BLAS are +efficient, portable, and widely available, they're commonly used in the +development of high quality linear algebra software, LAPACK for +example. This packages implements the reference C library as a wrapper +to the FORTRAN 77 BLAS library. +</longdescription> </pkgmetadata> |