aboutsummaryrefslogtreecommitdiff
path: root/math/lapacke
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-11-22 11:14:10 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-11-22 11:14:10 +0000
commit004a7c5ac21475f760354371ae4f8fca5e556acb (patch)
tree47b9539be8bb171263921a641d850025fee218cc /math/lapacke
parentbcfacab8772c0f3bf72412386eb13f58def6bef2 (diff)
downloadports-004a7c5ac21475f760354371ae4f8fca5e556acb.tar.gz
ports-004a7c5ac21475f760354371ae4f8fca5e556acb.zip
adjust linking and comments in dependent ports after the math/atlas update;
math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes
Notes
Notes: svn path=/head/; revision=286242
Diffstat (limited to 'math/lapacke')
-rw-r--r--math/lapacke/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/lapacke/Makefile b/math/lapacke/Makefile
index e35af056ae65..dc409bbd907e 100644
--- a/math/lapacke/Makefile
+++ b/math/lapacke/Makefile
@@ -54,8 +54,8 @@ WITHOUT_LAPACK_LATEST= yes
CFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lptf77blas -lptcblas -latlas
-LAPACK= -lalapack
+BLAS= -lptf77blas
+LAPACK= -lalapack -lptcblas
.endif
LDFLAGS+= -L${LOCALBASE}/lib