summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-08-19 01:24:01 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-08-19 01:24:01 +0000
commit2a348761dadb283b8676918af78c34ff8e164721 (patch)
tree9cf61c1c1f85384ebb2aca9eca083f76f7197545 /math
parentremove py-matplotlib from category Makefile (diff)
Now confirmed that both static and dynamic ATLAS lib
has same performance.
Notes
Notes: svn path=/head/; revision=116637
Diffstat (limited to 'math')
-rw-r--r--math/sdpa/Makefile4
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