mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Update to 1.8.0
PR: ports/126555 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: Co Nijn <co9co9@gmail.com> (maintainer)
This commit is contained in:
parent
6f8c0fc0f7
commit
0a376563d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=218987
3 changed files with 7 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= Clp
|
||||
PORTVERSION= 1.7.4
|
||||
PORTVERSION= 1.8.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.coin-or.org/download/source/Clp/ \
|
||||
http://www.mavetju.org/download/adopted/
|
||||
|
@ -21,6 +21,7 @@ LIB_DEPENDS+= glpk.15:${PORTSDIR}/math/glpk
|
|||
.endif
|
||||
|
||||
USE_FORTRAN= yes
|
||||
CXXFLAGS+= -ffast-math -fomit-frame-pointer
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
MD5 (Clp-1.7.4.tgz) = 05e1c18a1f44e0a78031536f0996760a
|
||||
SHA256 (Clp-1.7.4.tgz) = 08b49c99dcf06ba457e94f5f056f2c4be7e32f1783481f053dfaf9a253c3597b
|
||||
SIZE (Clp-1.7.4.tgz) = 3186618
|
||||
MD5 (Clp-1.8.0.tgz) = f6db678c9676926c45bdcbd7d695365b
|
||||
SHA256 (Clp-1.8.0.tgz) = 8e96271a163de5973f5d3f65c9e1b857a52c83a8a419df4b924790c1c66fd265
|
||||
SIZE (Clp-1.8.0.tgz) = 3222537
|
||||
|
|
|
@ -10,7 +10,7 @@ include/coin/ClpConstraintQuadratic.hpp
|
|||
include/coin/ClpDualRowDantzig.hpp
|
||||
include/coin/ClpDualRowPivot.hpp
|
||||
include/coin/ClpDualRowSteepest.hpp
|
||||
include/coin/ClpDummyMatrix.hpp
|
||||
include/coin/ClpDummyMatrix.hpp
|
||||
include/coin/ClpDynamicExampleMatrix.hpp
|
||||
include/coin/ClpDynamicMatrix.hpp
|
||||
include/coin/ClpEventHandler.hpp
|
||||
|
@ -43,6 +43,7 @@ include/coin/ClpSolve.hpp
|
|||
include/coin/Clp_C_Interface.h
|
||||
include/coin/CoinAlloc.hpp
|
||||
include/coin/CoinBuild.hpp
|
||||
include/coin/CoinDenseFactorization.hpp
|
||||
include/coin/CoinDenseVector.hpp
|
||||
include/coin/CoinDistance.hpp
|
||||
include/coin/CoinError.hpp
|
||||
|
|
Loading…
Add table
Reference in a new issue