svn commit: r351164 - head/science/meep
Danilo Egea Gondolfo
danilo at FreeBSD.org
Sun Apr 13 00:09:14 UTC 2014
Author: danilo
Date: Sun Apr 13 00:09:13 2014
New Revision: 351164
URL: http://svnweb.freebsd.org/changeset/ports/351164
QAT: https://qat.redports.org/buildarchive/r351164/
Log:
- Support staging
- Convert LIB_DEPENDS to new syntax
Approved by: portmgr (blanket)
Modified:
head/science/meep/Makefile
Modified: head/science/meep/Makefile
==============================================================================
--- head/science/meep/Makefile Sat Apr 12 23:59:33 2014 (r351163)
+++ head/science/meep/Makefile Sun Apr 13 00:09:13 2014 (r351164)
@@ -13,10 +13,10 @@ COMMENT= FDTD simulation software to mod
BUILD_DEPENDS+= bash:${PORTSDIR}/shells/bash \
harminv:${PORTSDIR}/science/harminv \
gsed:${PORTSDIR}/textproc/gsed
-LIB_DEPENDS+= guile.21:${PORTSDIR}/lang/guile \
- blas.2:${PORTSDIR}/math/blas \
- ctl.5:${PORTSDIR}/science/libctl \
- hdf5.7:${PORTSDIR}/science/hdf5-18
+LIB_DEPENDS+= libguile.so:${PORTSDIR}/lang/guile \
+ libblas.so:${PORTSDIR}/math/blas \
+ libctl.so:${PORTSDIR}/science/libctl \
+ libhdf5.so:${PORTSDIR}/science/hdf5-18
RUN_DEPENDS+= harminv:${PORTSDIR}/science/harminv
GNU_CONFIGURE= yes
@@ -32,7 +32,6 @@ OPTIONS_DEFINE= OPENMPI
OPTIONS_DEFAULT= OPENMPI
OPENMPI_DESC= MPI support
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MOPENMPI}
@@ -40,6 +39,7 @@ BUILD_DEPENDS+= ${LOCALBASE}/mpi/openmpi
RUN_DEPENDS+= ${LOCALBASE}/mpi/openmpi/bin/mpirun:${PORTSDIR}/net/openmpi
CONFIGURE_ARGS+=--with-mpi
CONFIGURE_ENV+= MPICXX=${LOCALBASE}/mpi/openmpi/bin/mpiCC
+CFLAGS+= -I${LOCALBASE}/mpi/openmpi/include
PLIST_SUB+= MPI="" NOMPI="@comment "
.else
CONFIGURE_ARGS+=--without-mpi
More information about the svn-ports-all
mailing list