diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 08:42:07 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-11-19 08:42:07 +0000 |
commit | bbe57b83a130b262b17012005f11c6727eb1a98e (patch) | |
tree | 5418ed4a0b68638371c86fc449147a7675f27aba /science/mpqc-mpich | |
parent | 6a31dd0bc2f68087ee265954764ab1b19a989532 (diff) | |
download | ports-bbe57b83a130b262b17012005f11c6727eb1a98e.tar.gz ports-bbe57b83a130b262b17012005f11c6727eb1a98e.zip |
Notes
Diffstat (limited to 'science/mpqc-mpich')
-rw-r--r-- | science/mpqc-mpich/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index e803bb92a696..ecb4e69ff15c 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -9,12 +9,6 @@ MASTERDIR= ${.CURDIR}/../mpqc/ PKGNAMESUFFIX= -mpich -.include "${MASTERDIR}/Makefile" - -BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich +WITH_MPICH= yes -# MPICH implimentation is not thread safe -CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \ - --with-include="-I${LOCALBASE}/mpich/include -I${WRKDIR}" \ - --enable-always-use-mpi \ - --enable-threads=no +.include "${MASTERDIR}/Makefile" |