diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 04:49:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 04:49:06 +0000 |
commit | d2809f80757882c4fae373b0a169a54dec8edf8a (patch) | |
tree | 7c227d55828f760c2714d9502a18149a0aab9cd3 /science | |
parent | Remove gcc33 from SUBDIR, because it has not yet been upgraded after the (diff) |
Rename this port to mpqc-mpich to avoid conflicting with mpqc port.
Pointy hat to: ijliao
Notes
Notes:
svn path=/head/; revision=65351
Diffstat (limited to 'science')
-rw-r--r-- | science/mpqc-mpich/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index 5fe001d9cb93..751893f3be83 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -9,6 +9,8 @@ MASTERDIR= ${.CURDIR}/../mpqc/ .include "${.CURDIR}/../mpqc/Makefile" +PORTNAME= mpqc-mpich + LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \ atlas:${PORTSDIR}/math/atlas BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich |