Files
ports/math/openturns/Makefile
T
Thierry Thomas 0b5864f66c - Upgrade math/eigen3 to 3.3.8;
- Add some dependencies which might be detected by Find_Package but not registered;

- Bump PORTREVISION of consumers.

PR:		250833
Submitted by:	/me
Approved by:	tcberner@ (KDE / maintainer) + exp-run
2020-12-12 17:04:37 +00:00

59 lines
1.5 KiB
Makefile

# $FreeBSD$
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.16
PORTREVISION= 1
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
COMMENT= Uncertainty treatment library
LICENSE= LGPL3
LICENSE_FILE= ${WRKSRC}/COPYING.LESSER
BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
flex:textproc/flex
LIB_DEPENDS= libbonmin.so:math/bonmin \
libceres.so:math/ceres-solver \
libCbc.so:math/coinmp \
libcminpack.so:math/cminpack \
libdlib.so:science/dlib-cpp \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
libhdf5_cpp.so:science/hdf5 \
libhmat-oss.so:math/hmat-oss \
libipopt.so:math/ipopt \
libnlopt.so:math/nlopt \
libopt.so:math/optpp \
libsz.so:science/szip \
libtbb.so:devel/tbb
USES= bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags pkgconfig
USE_GITHUB= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes
CMAKE_ARGS= -DBLAS_LIBRARIES=${LOCALBASE}/lib/libopenblas.so -DLAPACK_LIBRARIES=${LOCALBASE}/lib/libopenblas.so \
-DOPENTURNS_EXAMPLE_PATH:STRING=share/examples/openturns \
-DOPENTURNS_DOC_PATH:STRING=share/doc/openturns
CMAKE_OFF= USE_DOXYGEN USE_SPHINX
OPTIONS_DEFINE= PYTHON EXAMPLES
OPTIONS_DEFAULT= PYTHON
OPTIONS_SUB= yes
PYTHON_USES= python
PYTHON_CMAKE_BOOL= BUILD_PYTHON
PYTHON_CMAKE_ON= -DSWIG_EXECUTABLE=${LOCALBASE}/bin/swig
PYTHON_BUILD_DEPENDS= swig:devel/swig \
${PYTHON_RUN_DEPENDS}
PYTHON_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${PY_FLAVOR}
PORTEXAMPLES= *
post-install:
@${RM} -r ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>