diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-11-22 11:14:10 +0000 |
commit | 004a7c5ac21475f760354371ae4f8fca5e556acb (patch) | |
tree | 47b9539be8bb171263921a641d850025fee218cc /math/freemat/Makefile | |
parent | bcfacab8772c0f3bf72412386eb13f58def6bef2 (diff) | |
download | ports-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/freemat/Makefile')
-rw-r--r-- | math/freemat/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/freemat/Makefile b/math/freemat/Makefile index 2a61f0605ed4..77472ed68aeb 100644 --- a/math/freemat/Makefile +++ b/math/freemat/Makefile @@ -71,13 +71,13 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-libs__libFN__CMakeLists.txt \ ${FILESDIR}/extra-patch-libs__libFN__FNFun.cpp .endif -.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) +.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -BLAS= -lf77blas -latlas -LAPACK= -lalapack +BLAS= -lf77blas +LAPACK= -lalapack -lcblas .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas \ lapack.4:${PORTSDIR}/math/lapack |