math/SCIP: Update 8.0.0 → 8.0.3
This commit is contained in:
parent
9259a2b2fc
commit
fd41504d27
3 changed files with 26 additions and 6 deletions
|
@ -1,6 +1,5 @@
|
|||
PORTNAME= SCIP
|
||||
DISTVERSION= 8.0.0
|
||||
PORTREVISION= 1
|
||||
DISTVERSION= 8.0.3
|
||||
CATEGORIES= math science
|
||||
MASTER_SITES= https://www.scipopt.org/download/release/
|
||||
DISTNAME= ${PORTNAME:tl}-${DISTVERSION}
|
||||
|
@ -27,6 +26,8 @@ CMAKE_OFF= PAPILO
|
|||
|
||||
CXXFLAGS+= -I${LOCALBASE}/include/soplex
|
||||
|
||||
TEST_TARGET= test
|
||||
|
||||
OPTIONS_DEFINE= IPOPT ZIMPL
|
||||
OPTIONS_DEFAULT= IPOPT
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1652027442
|
||||
SHA256 (scip-8.0.0.tgz) = 14997ae1be7359f481f4f0919ffe3693c12444e2e014e22b09f15409e5cc55e4
|
||||
SIZE (scip-8.0.0.tgz) = 11033023
|
||||
TIMESTAMP = 1679205144
|
||||
SHA256 (scip-8.0.3.tgz) = 0dc6297a32e9ebe5fc9d0aa9f9168ec7ea3c2ce551596356c4076eab8a470850
|
||||
SIZE (scip-8.0.3.tgz) = 9526371
|
||||
|
|
|
@ -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.0.0
|
||||
lib/libscip.so.8.0.3.0
|
||||
|
|
Loading…
Reference in a new issue