diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:11:36 +0000 |
commit | 0ca28723fbfb0ed88954e35bf45d7462a40a5178 (patch) | |
tree | 4ab0dde6ed9cb6e40d9d477547ce6363396ec676 /math/blas/pkg | |
parent | 380b33c5710509b50346db575cddab2e83c39c2d (diff) | |
download | pkgsrc-0ca28723fbfb0ed88954e35bf45d7462a40a5178.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'math/blas/pkg')
-rw-r--r-- | math/blas/pkg/DESCR | 7 | ||||
-rw-r--r-- | math/blas/pkg/PLIST | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/math/blas/pkg/DESCR b/math/blas/pkg/DESCR deleted file mode 100644 index 084b5d5e4dc..00000000000 --- a/math/blas/pkg/DESCR +++ /dev/null @@ -1,7 +0,0 @@ -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, LINPACK and LAPACK for example. diff --git a/math/blas/pkg/PLIST b/math/blas/pkg/PLIST deleted file mode 100644 index b96220e1573..00000000000 --- a/math/blas/pkg/PLIST +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST,v 1.3 2001/02/02 00:23:50 jtb Exp $ -lib/libblas.a |