diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:13:32 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-08-16 12:13:32 +0000 |
commit | 5c6be93873f2fbc6d9640637dffd957221aa7558 (patch) | |
tree | dd1cdef6656d982be3e265dc52ae91d79cda9c48 /science/mpqc-mpich | |
parent | c31835e70714db36e13b087b65c3b3fe78c17055 (diff) | |
download | ports-5c6be93873f2fbc6d9640637dffd957221aa7558.tar.gz ports-5c6be93873f2fbc6d9640637dffd957221aa7558.zip |
Notes
Diffstat (limited to 'science/mpqc-mpich')
-rw-r--r-- | science/mpqc-mpich/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc-mpich/Makefile b/science/mpqc-mpich/Makefile index f701123dfc2d..e803bb92a696 100644 --- a/science/mpqc-mpich/Makefile +++ b/science/mpqc-mpich/Makefile @@ -15,6 +15,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpich/lib/libmpich.a:${PORTSDIR}/net/mpich # MPICH implimentation is not thread safe CONFIGURE_ARGS+= --with-libdirs="-L${LOCALBASE}/lib -L${LOCALBASE}/mpich/lib" \ - --with-include="-I${LOCALBASE}/mpich/include" \ + --with-include="-I${LOCALBASE}/mpich/include -I${WRKDIR}" \ --enable-always-use-mpi \ --enable-threads=no |