math/cbc: Update 2.10.5 -> 2.10.7
Reported by: portscout
This commit is contained in:
parent
37f20194db
commit
67a380f362
4 changed files with 8 additions and 20 deletions
|
@ -1,7 +1,6 @@
|
|||
PORTNAME= cbc
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 2.10.5
|
||||
PORTREVISION= 6
|
||||
DISTVERSION= 2.10.7
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
|
@ -16,6 +15,7 @@ LIB_DEPENDS= libblas.so:math/blas \
|
|||
libClp.so:math/clp \
|
||||
libcoinasl.so:math/asl \
|
||||
libcoinmumps.so:math/ipopt \
|
||||
libcoinmumps.so:math/coin-or-mumps \
|
||||
libCoinUtils.so:math/coinutils \
|
||||
liblapack.so:math/lapack \
|
||||
libnauty.so:math/nauty \
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1583739281
|
||||
SHA256 (coin-or-Cbc-releases-2.10.5_GH0.tar.gz) = cc44c1950ff4615e7791d7e03ea34318ca001d3cac6dc3f7f5ee392459ce6719
|
||||
SIZE (coin-or-Cbc-releases-2.10.5_GH0.tar.gz) = 1639188
|
||||
TIMESTAMP = 1647139211
|
||||
SHA256 (coin-or-Cbc-releases-2.10.7_GH0.tar.gz) = 5aa5490e2bc39c3c03f3636c9bca459cb3f8f365e0280fd0c4759ce3119e5b19
|
||||
SIZE (coin-or-Cbc-releases-2.10.7_GH0.tar.gz) = 1656786
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- Cbc/src/CbcModel.cpp.orig 2019-12-21 21:30:53 UTC
|
||||
+++ Cbc/src/CbcModel.cpp
|
||||
@@ -5417,7 +5417,7 @@ void CbcModel::branchAndBound(int doStatistics)
|
||||
OsiClpSolverInterface *clpSolver
|
||||
= dynamic_cast< OsiClpSolverInterface * >(solver_);
|
||||
if (clpSolver)
|
||||
- clpSolver->setFakeObjective(reinterpret_cast< double * >(NULL));
|
||||
+ clpSolver->setFakeObjective((double*)nullptr);
|
||||
}
|
||||
#endif
|
||||
moreSpecialOptions_ = saveMoreSpecialOptions;
|
|
@ -77,16 +77,15 @@ include/coin/ClpConstraintAmpl.hpp
|
|||
include/coin/OsiCbcSolverInterface.hpp
|
||||
lib/libCbc.so
|
||||
lib/libCbc.so.3
|
||||
lib/libCbc.so.3.10.5
|
||||
lib/libCbc.so.3.10.7
|
||||
lib/libCbcSolver.so
|
||||
lib/libCbcSolver.so.3
|
||||
lib/libCbcSolver.so.3.10.5
|
||||
lib/libCbcSolver.so.3.10.7
|
||||
lib/libOsiCbc.so
|
||||
lib/libOsiCbc.so.3
|
||||
lib/libOsiCbc.so.3.10.5
|
||||
lib/libOsiCbc.so.3.10.7
|
||||
libdata/pkgconfig/cbc.pc
|
||||
libdata/pkgconfig/osi-cbc.pc
|
||||
share/coin/doc/Cbc/AUTHORS
|
||||
share/coin/doc/Cbc/LICENSE
|
||||
share/coin/doc/Cbc/README
|
||||
share/coin/doc/Cbc/cbc_addlibs.txt
|
||||
|
|
Loading…
Reference in a new issue