1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/science/tfel/Makefile
2021-04-06 16:31:07 +02:00

50 lines
1.2 KiB
Makefile

# Created by: Pedro F. Giffuni
PORTNAME= tfel
PORTVERSION= 3.4.0
CATEGORIES= science
MASTER_SITES= SF/${PORTNAME}/
PKGNAMESUFFIX= -mfront
MAINTAINER= ports@FreeBSD.org
COMMENT= Code generation tool dedicated to material knowledge
LICENSE= GPLv3
BUILD_DEPENDS= gnuplot:math/gnuplot
RUN_DEPENDS= gnuplot:math/gnuplot
USES= cmake compiler:c++0x fortran tar:bzip2
CONFLICTS_INSTALL= tfel-mfront-edf-3.*
OPTIONS_DEFINE= DOCS PYTHON
OPTIONS_DEFAULT= DOCS PYTHON
OPTIONS_SUB= yes
PYTHON_USES= localbase python
PYTHON_BUILD_DEPENDS= ${PYNUMPY}
PYTHON_LIB_DEPENDS= ${PY_BOOST} \
libboost_thread.so:devel/boost-libs
PYTHON_RUN_DEPENDS= ${PYNUMPY}
PYTHON_CMAKE_BOOL= enable-python enable-python-bindings
CMAKE_ON= enable-aster enable-calculix enable-fortran
CMAKE_ARGS+= -DCOMPILER_CXXFLAGS="${CXXFLAGS}" -DCOMPILER_FLAGS="${CFLAGS}"
USE_LDCONFIG= yes
.ifdef PACKAGE_BUILDING
CMAKE_ON+= enable-portable-build
.endif
TEST_TARGET= check
post-install:
(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \
-d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,})
(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \
-d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S,${PREFIX}/,,})
.include <bsd.port.mk>