aboutsummaryrefslogtreecommitdiff
path: root/math/openturns
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2019-05-31 18:58:39 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2019-05-31 18:58:39 +0000
commit37843c3ed083d1857a6957987e9e0df1e0854718 (patch)
tree9744cd93ae172538d4e862974f3617851be609d4 /math/openturns
parent811375900d7c3532d75b000d6c236c88e564024e (diff)
downloadports-37843c3ed083d1857a6957987e9e0df1e0854718.tar.gz
ports-37843c3ed083d1857a6957987e9e0df1e0854718.zip
math/openturns: Add the math/cminpack dependency
Also add the missing USES=pkgconfig
Notes
Notes: svn path=/head/; revision=503189
Diffstat (limited to 'math/openturns')
-rw-r--r--math/openturns/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index df8a9ffa8ffd..178f2af68c1b 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -3,7 +3,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.13rc1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= math
MAINTAINER= yuri@FreeBSD.org
@@ -15,6 +15,7 @@ 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 \
@@ -23,7 +24,7 @@ LIB_DEPENDS= libceres.so:math/ceres-solver \
libtbb.so:devel/tbb \
libhmat-oss.so:math/hmat-oss
-USES= bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags
+USES= bison blaslapack:openblas cmake compiler:c++11-lang eigen:3 gnome localbase:ldflags pkgconfig
USE_GITHUB= yes
USE_GNOME= libxml2
USE_LDCONFIG= yes