mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- Update to 1.6.0
PR: ports/118532 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Approved by: Co Nijn <co9co9@gmail.com> (maintainer)
This commit is contained in:
parent
9757f7b03f
commit
66cb24086d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203778
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= Clp
|
||||
PORTVERSION= 1.4.0
|
||||
PORTVERSION= 1.6.0
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://www.coin-or.org/download/source/Clp/
|
||||
EXTRACT_SUFX= .tgz
|
||||
@ -14,7 +14,22 @@ EXTRACT_SUFX= .tgz
|
||||
MAINTAINER= co9co9@gmail.com
|
||||
COMMENT= Linear Programming Solver
|
||||
|
||||
LIB_DEPENDS= lapack.4:${PORTSDIR}/math/lapack
|
||||
.ifdef WITH_GMPL
|
||||
LIB_DEPENDS+= glpk.9:${PORTSDIR}/math/glpk
|
||||
.endif
|
||||
|
||||
USE_FORTRAN= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
CONFIGURE_ENV+= ${MAKE_ENV}
|
||||
CONFIGURE_ARGS= --with-blas="-L${LOCALBASE}/lib -lblas" \
|
||||
--with-lapack="-L${LOCALBASE}/lib -llapack"
|
||||
.ifdef WITH_GMPL
|
||||
CONFIGURE_ARGS+=--with-gmpl-incdir=${LOCALBASE}/include/gmpl \
|
||||
--with-gmpl-lib="-L${LOCALBASE}/lib -lglpk"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (Clp-1.4.0.tgz) = e15af653c3f5db7d1943aa559d1c86af
|
||||
SHA256 (Clp-1.4.0.tgz) = 5a57b919cf76657392f16f4287271fbde72805adfe19b642c1c3fe547d8d624b
|
||||
SIZE (Clp-1.4.0.tgz) = 6884869
|
||||
MD5 (Clp-1.6.0.tgz) = 07295a5d25d33a50c32dcceb87cd3f7c
|
||||
SHA256 (Clp-1.6.0.tgz) = 6c17e2bc6dbe27be1a537299dcc21fe499bdfe078036ae73a9141b93b8351ee1
|
||||
SIZE (Clp-1.6.0.tgz) = 3103536
|
||||
|
@ -1,8 +1,12 @@
|
||||
bin/clp
|
||||
include/CbcOrClpParam.hpp
|
||||
include/ClpCholeskyBase.hpp
|
||||
include/ClpCholeskyDense.hpp
|
||||
include/ClpCholeskyWssmp.hpp
|
||||
include/ClpConfig.h
|
||||
include/ClpConstraint.hpp
|
||||
include/ClpConstraintLinear.hpp
|
||||
include/ClpConstraintQuadratic.hpp
|
||||
include/ClpDualRowDantzig.hpp
|
||||
include/ClpDualRowPivot.hpp
|
||||
include/ClpDualRowSteepest.hpp
|
||||
@ -75,6 +79,7 @@ include/CoinSearchTree.hpp
|
||||
include/CoinShallowPackedVector.hpp
|
||||
include/CoinSignal.hpp
|
||||
include/CoinSmartPtr.hpp
|
||||
include/CoinSnapshot.hpp
|
||||
include/CoinSort.hpp
|
||||
include/CoinTime.hpp
|
||||
include/CoinTypes.hpp
|
||||
|
Loading…
Reference in New Issue
Block a user