aboutsummaryrefslogtreecommitdiff
path: root/math/openturns
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-05-02 23:07:03 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-05-02 23:19:11 +0000
commit50f76844dea6fd981213dcd6a377a6b9fdb71cc6 (patch)
treea54104f21f9eacdb5f635c377c7d174447ed644c /math/openturns
parentf831fa61da2cd127f33f998b8925b070ee7a626f (diff)
downloadports-50f76844dea6fd981213dcd6a377a6b9fdb71cc6.tar.gz
ports-50f76844dea6fd981213dcd6a377a6b9fdb71cc6.zip
math/openturns: Change dependency math/coinmp -> math/cbc
CoinMP has the same code but is outdated because it is not being updated by the upstream any more.
Diffstat (limited to 'math/openturns')
-rw-r--r--math/openturns/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/openturns/Makefile b/math/openturns/Makefile
index 80d351caf7f9..88280af0415d 100644
--- a/math/openturns/Makefile
+++ b/math/openturns/Makefile
@@ -1,7 +1,7 @@
PORTNAME= openturns
DISTVERSIONPREFIX= v
DISTVERSION= 1.16
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= math
PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
@@ -17,7 +17,7 @@ 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 \
+ libCbc.so:math/cbc \
libcminpack.so:math/cminpack \
libdlib.so:science/dlib-cpp \
libgflags.so:devel/gflags \