diff options
author | maho <maho@FreeBSD.org> | 2004-07-14 04:57:39 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-07-14 04:57:39 +0000 |
commit | 5d5e2adbde910fe4a12585a5b01e0aadfd117a1b (patch) | |
tree | 79142bd6883eea37e627960b864bcb23a9fbebab /math/lapack++ | |
parent | 8bd90202408ab0181adf6004d23ff2fae7bb7f47 (diff) | |
download | FreeBSD-ports-5d5e2adbde910fe4a12585a5b01e0aadfd117a1b.zip FreeBSD-ports-5d5e2adbde910fe4a12585a5b01e0aadfd117a1b.tar.gz |
In former commit I commented out all the blas options.
pointy hat to: myself
Diffstat (limited to 'math/lapack++')
-rw-r--r-- | math/lapack++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index 631ec92..cbbfaa9 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -27,8 +27,8 @@ WRKSRC= ${WRKDIR}/Lapackpp1.1a USE_REINPLACE= yes #ATLAS_BLAS -#BLAS_LIB= -lf77blas -latlas -#LAPACK_LIB= -lalapack -lcblas +BLAS_LIB= -lf77blas -latlas +LAPACK_LIB= -lalapack -lcblas #Vanilla BLAS #BLAS_LIB= -lblas |