diff options
author | thierry <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2010-11-15 06:00:23 +0800 |
commit | f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6 (patch) | |
tree | 0eba53bd69baa679ca5c80442ecc9ca3d3c5720b /science/ncs | |
parent | 855bb89e825f55e4710bcf5e53f8af2dfabec171 (diff) | |
download | freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.tar.gz freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.tar.zst freebsd-ports-gnome-f74dc2634d5f87311c12ad3956d0a1b6c2f1c8d6.zip |
Chase the upgrade of MPICH2.
Diffstat (limited to 'science/ncs')
-rw-r--r-- | science/ncs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 2623fcf21b7c..03daf953b549 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -7,7 +7,7 @@ PORTNAME= ncs PORTVERSION= 1.3.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= science parallel MASTER_SITES= http://rd.edf.com/fichiers/fckeditor/File/EDF%20RD/Code_Saturne/Fichiers/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} @@ -67,7 +67,7 @@ MPI_LIBS= -lmpi -lorte -lopal MPI_HOME= ${LOCALBASE} BUILD_DEPENDS+= ${MPI_HOME}/bin/mpicc:${PORTSDIR}/net/mpich2 RUN_DEPENDS+= ${MPI_HOME}/bin/mpirun:${PORTSDIR}/net/mpich2 -MPI_LIBS= -lmpich +MPI_LIBS= -lmpich -lmpl ${PTHREAD_LIBS} .endif .if !defined(NOPORTDOCS) |