summaryrefslogtreecommitdiffstats
path: root/math/lapack++
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-07-14 04:57:39 +0000
committermaho <maho@FreeBSD.org>2004-07-14 04:57:39 +0000
commit5d5e2adbde910fe4a12585a5b01e0aadfd117a1b (patch)
tree79142bd6883eea37e627960b864bcb23a9fbebab /math/lapack++
parent8bd90202408ab0181adf6004d23ff2fae7bb7f47 (diff)
downloadFreeBSD-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++/Makefile4
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
OpenPOWER on IntegriCloud