aboutsummaryrefslogtreecommitdiffstats
path: root/math/sdpa
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2004-08-19 09:24:01 +0800
committermaho <maho@FreeBSD.org>2004-08-19 09:24:01 +0800
commit67136f95203e4ae25dcdd55d0e96c2c138d14232 (patch)
treecdabec03aec2e82ccda0255e6c868ffc2226e786 /math/sdpa
parentd98f70f4824485d3578d337464d71ff4faa9f673 (diff)
downloadfreebsd-ports-gnome-67136f95203e4ae25dcdd55d0e96c2c138d14232.tar.gz
freebsd-ports-gnome-67136f95203e4ae25dcdd55d0e96c2c138d14232.tar.zst
freebsd-ports-gnome-67136f95203e4ae25dcdd55d0e96c2c138d14232.zip
Now confirmed that both static and dynamic ATLAS lib
has same performance.
Diffstat (limited to 'math/sdpa')
-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