diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-05-21 20:17:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-05-21 20:17:32 +0000 |
commit | 942835b9a7b0280a8d5cda43b0967b161900ce58 (patch) | |
tree | fb904d58c3e40972b0f47d372d1c9ca52513b023 | |
parent | aa4f167586e9e94108fecad868ccab9f8b830236 (diff) | |
download | ports-942835b9a7b0280a8d5cda43b0967b161900ce58.tar.gz ports-942835b9a7b0280a8d5cda43b0967b161900ce58.zip |
Notes
-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" |