From 2a348761dadb283b8676918af78c34ff8e164721 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Thu, 19 Aug 2004 01:24:01 +0000 Subject: Now confirmed that both static and dynamic ATLAS lib has same performance. --- math/sdpa/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/sdpa') 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 -- cgit v1.2.3