diff options
author | maho <maho@FreeBSD.org> | 2006-07-09 09:53:06 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-07-09 09:53:06 +0800 |
commit | 952ef967be746e53e6941b5f18f6611869452fe1 (patch) | |
tree | 5e36c4141d907db22da0b880ca446c260b7a9fd0 /math/blacs | |
parent | 950f29df63cd82c10d5136d99544fff3dbf082f5 (diff) | |
download | freebsd-ports-gnome-952ef967be746e53e6941b5f18f6611869452fe1.tar.gz freebsd-ports-gnome-952ef967be746e53e6941b5f18f6611869452fe1.tar.zst freebsd-ports-gnome-952ef967be746e53e6941b5f18f6611869452fe1.zip |
BLACS port doesn't acutally depend on LAPACK and BLAS
Diffstat (limited to 'math/blacs')
-rw-r--r-- | math/blacs/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/math/blacs/Makefile b/math/blacs/Makefile index 85d23d4a6b79..9966d39fa137 100644 --- a/math/blacs/Makefile +++ b/math/blacs/Makefile @@ -22,8 +22,6 @@ EXTRACT_ONLY= mpiblacs.tgz blacstester.tgz mpiblacs-patch03.tgz MAINTAINER= maho@FreeBSD.org COMMENT= The BLACS (Basic Linear Algebra Communication Subprograms) -LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ - atlas:${PORTSDIR}/math/atlas BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich PKGMESSAGE= ${WRKDIR}/pkg-message |