diff options
author | maho <maho@FreeBSD.org> | 2004-05-22 04:17:32 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-05-22 04:17:32 +0800 |
commit | ccc0431ba5274b56eca66ada277f927043e58988 (patch) | |
tree | 9b35f8055b077f43bdf774a3544798876cabe639 /math | |
parent | 51e20de0ca64d970b894d8573ed18dd3e310be1c (diff) | |
download | freebsd-ports-gnome-ccc0431ba5274b56eca66ada277f927043e58988.tar.gz freebsd-ports-gnome-ccc0431ba5274b56eca66ada277f927043e58988.tar.zst freebsd-ports-gnome-ccc0431ba5274b56eca66ada277f927043e58988.zip |
Fix build dependency (math/blacs)
Submitted by: kris
Diffstat (limited to 'math')
-rw-r--r-- | math/sdpara/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index e400a1db39da..59bff08e91bb 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -21,6 +21,7 @@ COMMENT= SDPARA paralell version of SDPA (math/sdpa) LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas BUILD_DEPENDS= ${LOCALBASE}/lib/libscalapack.a:${PORTSDIR}/math/scalapack \ + ${LOCALBASE}/lib/libblacs.a:${PORTSDIR}/math/blacs \ ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich RESTRICTED= "unsure distribution condition" |