aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-12-25 02:23:47 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2023-12-25 02:43:19 +0000
commit7cac045b27d35630da9ba66f68eb452c948f2b8d (patch)
tree15932afc9b6c7d484ba60dbfc6b94ff241e7fd91
parent05248f8fb3420b7f802d589863d79cf9d6152fe6 (diff)
-rw-r--r--math/SCIP/Makefile9
-rw-r--r--math/SCIP/distinfo6
-rw-r--r--math/SCIP/pkg-plist23
3 files changed, 27 insertions, 11 deletions
diff --git a/math/SCIP/Makefile b/math/SCIP/Makefile
index a4b8e798a1e8..13c6477c77c7 100644
--- a/math/SCIP/Makefile
+++ b/math/SCIP/Makefile
@@ -1,5 +1,5 @@
PORTNAME= SCIP
-DISTVERSION= 8.0.4
+DISTVERSION= 8.1.0
CATEGORIES= math science
MASTER_SITES= https://www.scipopt.org/download/release/
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
EXTRACT_DEPENDS= gtar:archivers/gtar
LIB_DEPENDS= libgmp.so:math/gmp \
- libmpfr.so:math/mpfr \
libsoplex.so:math/SoPlex
USES= compiler:c11 cmake readline tar:tgz
@@ -24,7 +23,7 @@ CMAKE_OFF= PAPILO
CXXFLAGS+= -I${LOCALBASE}/include/soplex
-TEST_TARGET= test
+TEST_TARGET= test # 2 tests fail, see https://github.com/scipopt/scip/issues/78
OPTIONS_DEFINE= IPOPT ZIMPL
OPTIONS_DEFAULT= IPOPT
@@ -32,9 +31,7 @@ OPTIONS_DEFAULT= IPOPT
IPOPT_DESC= Non-linear optimization support via Ipopt
IPOPT_USES= fortran pkgconfig
IPOPT_CMAKE_BOOL= IPOPT
-IPOPT_LIB_DEPENDS= libblas.so:math/blas \
- libipopt.so:math/ipopt \
- liblapack.so:math/lapack
+IPOPT_LIB_DEPENDS= libipopt.so:math/ipopt
ZIMPL_DESC= Build with Zimpl to translate LP models
ZIMPL_CMAKE_BOOL= ZIMPL
diff --git a/math/SCIP/distinfo b/math/SCIP/distinfo
index 6373c3981a44..5970e7af4b21 100644
--- a/math/SCIP/distinfo
+++ b/math/SCIP/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1691647445
-SHA256 (scip-8.0.4.tgz) = 4cdd13b812ecd6470c4baab60671b8eeddb405da9b7f0d5449c8b39fe8873081
-SIZE (scip-8.0.4.tgz) = 9537602
+TIMESTAMP = 1703442251
+SHA256 (scip-8.1.0.tgz) = 9316427fc778c4bf15298651309c6e5b334b278cfe606d1ff5668d50ba41f53f
+SIZE (scip-8.1.0.tgz) = 11171216
diff --git a/math/SCIP/pkg-plist b/math/SCIP/pkg-plist
index 8d869ab6f255..d8443871691c 100644
--- a/math/SCIP/pkg-plist
+++ b/math/SCIP/pkg-plist
@@ -1,4 +1,20 @@
+bin/bliss
bin/scip
+include/bliss/abstractgraph.hh
+include/bliss/bignum.hh
+include/bliss/bliss_C.h
+include/bliss/defs.hh
+include/bliss/digraph.hh
+include/bliss/graph.hh
+include/bliss/heap.hh
+include/bliss/kqueue.hh
+include/bliss/kstack.hh
+include/bliss/orbit.hh
+include/bliss/partition.hh
+include/bliss/stats.hh
+include/bliss/timer.hh
+include/bliss/uintseqhash.hh
+include/bliss/utils.hh
include/blockmemshell/memory.h
include/dijkstra/dijkstra.h
include/lpi/lpi.h
@@ -548,10 +564,13 @@ include/tpi/type_tpi_openmp.h
include/tpi/type_tpi_tnycthrd.h
include/xml/xml.h
include/xml/xmldef.h
+lib/cmake/Bliss/BlissConfig-%%CMAKE_BUILD_TYPE%%.cmake
+lib/cmake/Bliss/BlissConfig.cmake
lib/cmake/scip/scip-config-version.cmake
lib/cmake/scip/scip-config.cmake
lib/cmake/scip/scip-targets-%%CMAKE_BUILD_TYPE%%.cmake
lib/cmake/scip/scip-targets.cmake
+lib/libbliss.a
lib/libscip.so
-lib/libscip.so.8.0
-lib/libscip.so.8.0.4.0
+lib/libscip.so.8.1
+lib/libscip.so.8.1.0.0