diff options
author | Tim Bishop <tdb@FreeBSD.org> | 2014-05-31 11:27:03 +0000 |
---|---|---|
committer | Tim Bishop <tdb@FreeBSD.org> | 2014-05-31 11:27:03 +0000 |
commit | b94177b342b858071d353066d9c645e963b686f7 (patch) | |
tree | 4b895f307496357735d36396122ae023962270a2 /math/qrupdate | |
parent | 607e58ef41505e3499d6c6c9843e2f88c85816f6 (diff) |
Notes
Diffstat (limited to 'math/qrupdate')
-rw-r--r-- | math/qrupdate/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/qrupdate/Makefile b/math/qrupdate/Makefile index ad815b86ba42..70d15c62a239 100644 --- a/math/qrupdate/Makefile +++ b/math/qrupdate/Makefile @@ -11,11 +11,11 @@ MASTER_SITE_SUBDIR= qrupdate/qrupdate/1.2 MAINTAINER= robertjenssen@ozemail.com.au COMMENT= Fortran library for fast updates of QR and Cholesky decomposition -LIB_DEPENDS= blas.2:${PORTSDIR}/math/blas lapack.4:${PORTSDIR}/math/lapack +LIB_DEPENDS= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack USES= fortran gmake -NO_STAGE= yes .include <bsd.port.pre.mk> .if ${ARCH} == "sparc64" |