diff options
author | rene <rene@FreeBSD.org> | 2016-07-13 03:38:30 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2016-07-13 03:38:30 +0800 |
commit | 6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe (patch) | |
tree | 424e7d8d8bd3882fac71023759973d629ab5bc0d /science | |
parent | a37ec524b61428dbd4fd0e9702ccbdd17687f369 (diff) | |
download | freebsd-ports-gnome-6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe.tar.gz freebsd-ports-gnome-6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe.tar.zst freebsd-ports-gnome-6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe.zip |
science/ncs: remove optional build knob on expired net/lam
PR: 210850
Submitted by: myself
Approved by: maintainer (thierry)
Diffstat (limited to 'science')
-rw-r--r-- | science/ncs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile index 2721965a0d09..51ef382f7263 100644 --- a/science/ncs/Makefile +++ b/science/ncs/Makefile @@ -72,12 +72,7 @@ BIN_SCRIPTS= autovalid check_mesh compiler_version cree_sat cs.exe gracehst \ BIN_DATAS= Makefile SaturneGUI autovalid.xml cs_profile lance lance.help \ macros_FreeBSD.mk -.if defined(WITH_LAM) -MPI_HOME= ${LOCALBASE} -BUILD_DEPENDS+= ${MPI_HOME}/lib/liblam.a:net/lam -RUN_DEPENDS+= ${MPI_HOME}/bin/lamboot:net/lam -MPI_LIBS= -lmpi -llam -.elif defined(WITH_OPENMPI) +.if defined(WITH_OPENMPI) MPI_HOME= ${LOCALBASE}/mpi/openmpi BUILD_DEPENDS+= ${MPI_HOME}/bin/mpicc:net/openmpi RUN_DEPENDS+= ${MPI_HOME}/bin/mpirun:net/openmpi @@ -101,7 +96,7 @@ RUN_DEPENDS+= xpdf:graphics/xpdf pre-everything:: @${ECHO_MSG} - @${ECHO_MSG} "By default ncs is built with MPICH2, but you can set WITH_LAM or WITH_OPENMPI" + @${ECHO_MSG} "By default ncs is built with MPICH2, but you can set WITH_OPENMPI" @${ECHO_MSG} "if you prefer." @${ECHO_MSG} |