summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2016-07-12 19:38:30 +0000
committerrene <rene@FreeBSD.org>2016-07-12 19:38:30 +0000
commit6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe (patch)
tree424e7d8d8bd3882fac71023759973d629ab5bc0d
parenta37ec524b61428dbd4fd0e9702ccbdd17687f369 (diff)
downloadFreeBSD-ports-6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe.zip
FreeBSD-ports-6bcd435cf5de72b664fcd057ddc3a9a2764ff5fe.tar.gz
science/ncs: remove optional build knob on expired net/lam
PR: 210850 Submitted by: myself Approved by: maintainer (thierry)
-rw-r--r--science/ncs/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/science/ncs/Makefile b/science/ncs/Makefile
index 2721965..51ef382 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}
OpenPOWER on IntegriCloud