1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/math/openturns/Makefile
Yuri Victorovich 4887bf839c math/openturns: Update 1.13rc1 -> 1.13
Some RUN_DEPENDS are removed because they are only for testing.

Reported by:	upstream
2019-06-06 06:44:25 +00:00

53 lines
1.4 KiB
Makefile

# $FreeBSD$
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.13
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= libceres.so:math/ceres-solver \
libcminpack.so:math/cminpack \
libgflags.so:devel/gflags \
libglog.so:devel/glog \
libmuparser.so:math/muparser \
libnlopt.so:math/nlopt \
libopt.so:math/optpp \
libtbb.so:devel/tbb \
libhmat-oss.so:math/hmat-oss
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/swig3.0
PYTHON_BUILD_DEPENDS= swig3.0:devel/swig30 \
${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>