Files
ports/science/meep/Makefile
T
Po-Chuan Hsieh fa92e44dc2 science/meep: Use swig instead of swig40
It builds fine with swig 4.4.1 now.
It is part of the removal of devel/swig40.

PR:		291779
Approved by:	portmgr (blanket)
2026-05-23 22:59:31 +08:00

66 lines
2.3 KiB
Makefile

PORTNAME= meep
DISTVERSIONPREFIX= v
DISTVERSION= 1.33.0
PORTREVISION= 2
CATEGORIES= science cad
MAINTAINER= yuri@FreeBSD.org
COMMENT= Finite-difference time-domain software for electromagnetic simulations
WWW= https://github.com/NanoComp/meep
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${LOCALBASE}/lib/libharminv.a:science/harminv
LIB_DEPENDS= libblas.so:math/blas \
libctlgeom.so:science/libctl \
libfftw3.so:math/fftw3 \
libGDSII.so:cad/libgdsii \
libgsl.so:math/gsl \
libhdf5.so:science/hdf5 \
liblapack.so:math/lapack \
libmpb.so:science/mpb \
libopenblas.so:math/openblas
RUN_DEPENDS= ${LOCALBASE}/lib/libharminv.a:science/harminv
USES= autoreconf compiler:c++11-lang fortran gmake libtool localbase
USE_LDCONFIG= yes
USE_GITHUB= yes
GH_ACCOUNT= NanoComp
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-scheme
CXXFLAGS_i386= -msse2 # to fix this error: '_mm_getcsr' needs target feature sse
INSTALL_TARGET= install-strip
TEST_TARGET= check # some python binding's tests fail due to bug#270105 (in needed dependency science/mpb) and https://github.com/NanoComp/meep/issues/2434
BINARY_ALIAS= make=${GMAKE}
OPTIONS_DEFINE= PYTHON
OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_CONFIGURE_WITH= python
PYTHON_CONFIGURE_ENABLE= maintainer-mode
PYTHON_USES= python
PYTHON_BUILD_DEPENDS= swig:devel/swig
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}autograd>0:math/py-autograd@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}h5py>0:science/py-h5py@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}ipython>0:devel/ipython@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jax>0:math/py-jax@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}jupyter-rfb>0:devel/py-jupyter-rfb@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}numpy>=1.16:math/py-numpy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}parameterized>0:devel/py-parameterized@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scipy>0:science/py-scipy@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}scikit-image>0:graphics/py-scikit-image@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}vispy>0:graphics/py-vispy@${PY_FLAVOR}
PYTHON_TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jax>0:math/py-jax@${PY_FLAVOR}
# 2 python tests fail because the py-jaxlib test dependency is missing
.include <bsd.port.mk>