Date: Sun, 18 Mar 2018 06:01:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r464875 - head/science/meep Message-ID: <201803180601.w2I61P8S044036@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Mar 18 06:01:25 2018 New Revision: 464875 URL: https://svnweb.freebsd.org/changeset/ports/464875 Log: science/meep: Add license; Add missing dependencies; Order USExx section Approved by: Approved by: portmgr blanket Modified: head/science/meep/Makefile Modified: head/science/meep/Makefile ============================================================================== --- head/science/meep/Makefile Sun Mar 18 05:52:23 2018 (r464874) +++ head/science/meep/Makefile Sun Mar 18 06:01:25 2018 (r464875) @@ -3,24 +3,31 @@ PORTNAME= meep PORTVERSION= 1.2.1 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= science MASTER_SITES= http://ab-initio.mit.edu/meep/ MAINTAINER= devel@stasyan.com COMMENT= FDTD simulation software to model electromagnetic systems +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= harminv:science/harminv \ gsed:textproc/gsed -LIB_DEPENDS= libguile-2.0.so:lang/guile2 \ +LIB_DEPENDS= libfftw3.so:math/fftw3 \ libblas.so:math/blas \ + libguile-2.0.so:lang/guile2 \ libctl.so:science/libctl \ - libhdf5.so:science/hdf5 + libgc-threaded.so:devel/boehm-gc-threaded \ + libgsl.so:math/gsl \ + libhdf5.so:science/hdf5 \ + liblapack.so:math/lapack RUN_DEPENDS= harminv:science/harminv +USES= fortran gettext gmake iconv libtool pathfix pkgconfig GNU_CONFIGURE= yes USE_GCC= yes -USES= fortran gettext gmake iconv libtool pathfix pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ARGS+= CC="${CC}" CXX="${CXX}" @@ -42,7 +49,7 @@ PLIST_SUB+= MPI="@comment " NOMPI="" .endif .if ${PORT_OPTIONS:MMPICH2} -LIB_DEPENDS+= libmpich.so.8:net/mpich2 +LIB_DEPENDS+= libmpich.so:net/mpich2 CONFIGURE_ENV+= MPICXX=${LOCALBASE}/bin/mpicc CFLAGS+= -I${LOCALBASE}/include .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180601.w2I61P8S044036>