Date: Sun, 13 Apr 2014 00:09:13 +0000 (UTC) From: Danilo Egea Gondolfo <danilo@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351164 - head/science/meep Message-ID: <201404130009.s3D09D7w020432@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404130009.s3D09D7w020432>