summaryrefslogtreecommitdiff
path: root/math/blas
diff options
context:
space:
mode:
authorjlam <jlam>2008-03-07 16:32:17 +0000
committerjlam <jlam>2008-03-07 16:32:17 +0000
commitbdd70c9b3f15ded02a71c05e993559b3225a0fd7 (patch)
treeeb314ea0afb1e8189860e2fa5640eed22e72744d /math/blas
parenta436fd29a347d12900e48a5c33dffec27e6b3b1d (diff)
downloadpkgsrc-bdd70c9b3f15ded02a71c05e993559b3225a0fd7.tar.gz
Note that math/blas is the reference implementation of BLAS.
Diffstat (limited to 'math/blas')
-rw-r--r--math/blas/DESCR2
1 files changed, 2 insertions, 0 deletions
diff --git a/math/blas/DESCR b/math/blas/DESCR
index 084b5d5e4dc..c74df4a651c 100644
--- a/math/blas/DESCR
+++ b/math/blas/DESCR
@@ -5,3 +5,5 @@ 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, LINPACK and LAPACK for example.
+
+This package contains the Fortran 77 reference implementation of BLAS.