diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-19 01:24:01 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-19 01:24:01 +0000 |
commit | 2a348761dadb283b8676918af78c34ff8e164721 (patch) | |
tree | 9cf61c1c1f85384ebb2aca9eca083f76f7197545 /math/sdpa | |
parent | 9f0145e2638469ea3fffa780bc196f95d3ed6b11 (diff) | |
download | ports-2a348761dadb283b8676918af78c34ff8e164721.tar.gz ports-2a348761dadb283b8676918af78c34ff8e164721.zip |
Notes
Diffstat (limited to 'math/sdpa')
-rw-r--r-- | math/sdpa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/sdpa/Makefile b/math/sdpa/Makefile index b29b17f8c8ba..b827ea8fae09 100644 --- a/math/sdpa/Makefile +++ b/math/sdpa/Makefile @@ -37,8 +37,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME} LAPACK= -lalapack_r CBLAS= -lptcblas -lptf77blas -latlas_r -lg2c ${PTHREAD_LIBS} .else -LAPACK= -static -lalapack -CBLAS= -static -lcblas -lf77blas -latlas -lg2c +LAPACK= -lalapack +CBLAS= -lcblas -lf77blas -latlas -lg2c .endif #WITH_SMP= yes #WITH_ICC= yes |