Skip to content

Commit

Permalink
math/SCIP: update 8.0.4 → 8.1.0
Browse files Browse the repository at this point in the history
Reported by:	portscout
  • Loading branch information
yurivict committed Dec 25, 2023
1 parent 05248f8 commit 7cac045
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 11 deletions.
9 changes: 3 additions & 6 deletions 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}
Expand All @@ -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
Expand All @@ -24,17 +23,15 @@ 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

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
Expand Down
6 changes: 3 additions & 3 deletions 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
23 changes: 21 additions & 2 deletions 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
Expand Down Expand Up @@ -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

0 comments on commit 7cac045

Please sign in to comment.