summaryrefslogtreecommitdiff
path: root/science/mpqc-mpich
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2003-07-27 07:31:27 +0000
committerMaho Nakata <maho@FreeBSD.org>2003-07-27 07:31:27 +0000
commitf7e89e5ee1ed480960215c3749fd1727e4eda67d (patch)
treebfa4ef6da6429a09bd50c9864e488df752bdf3b5 /science/mpqc-mpich
parent- link with libcipher (diff)
Unbreak by clean-ups.
For unbreak: a) location of .include "${.CURDIR}/../mpqc/Makefile" is just after the BUILD_DEPENDS to avoid override. For clean-ups: 1) ${F77}->${FC} 2) Use ${LOCALBASE} for CONFIGURE_ARGS for mpqc-mpich 3) ${MASTERDIR}/files -> ${FILESDIR} 4) remove LIB_DEPENDS for mpqc-mpich (redundant) Reported by: bento's log Reviewed by: okazaki and sf
Notes
Notes: svn path=/head/; revision=85656
Diffstat (limited to 'science/mpqc-mpich')
-rw-r--r--science/mpqc-mpich/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile
index 68694e6ab390..2e5315a3c9d8 100644
--- a/science/mpqc-mpich/Makefile
+++ b/science/mpqc-mpich/Makefile
@@ -7,16 +7,14 @@
MASTERDIR= ${.CURDIR}/../mpqc/
-.include "${.CURDIR}/../mpqc/Makefile"
-
PKGNAMESUFFIX= -mpich
-LIB_DEPENDS= lapack:${PORTSDIR}/math/lapack \
- atlas:${PORTSDIR}/math/atlas
BUILD_DEPENDS= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich
+.include "${.CURDIR}/../mpqc/Makefile"
+
# MPICH implimentation is not thread safe
-CONFIGURE_ARGS+= --with-libdirs="-L${PREFIX}/lib -L${PREFIX}/mpich/lib" \
- --with-include="-I${PREFIX}/mpich/include" \
+CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \
+ --with-include="-I${LOCALBASE}/mpich/include" \
--enable-always-use-mpi \
--enable-threads=no