summaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2016-07-12 19:38:30 +0000
committerRene Ladan <rene@FreeBSD.org>2016-07-12 19:38:30 +0000
commitdfcf5d1dc0a90048970309ec4776a315d9d2eedf (patch)
tree424e7d8d8bd3882fac71023759973d629ab5bc0d /science
parent- Update to 5.1.10 (diff)
science/ncs: remove optional build knob on expired net/lam
PR: 210850 Submitted by: myself Approved by: maintainer (thierry)
Notes
Notes: svn path=/head/; revision=418441
Diffstat (limited to 'science')
-rw-r--r--science/ncs/Makefile9
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}