mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
math/bonmin: Link with COIN-OR ASL to provide AMPL interface
This commit is contained in:
parent
b36055cf9f
commit
8c4d4ce766
@ -1,7 +1,7 @@
|
||||
PORTNAME= bonmin
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.8.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
@ -12,14 +12,21 @@ LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE
|
||||
|
||||
LIB_DEPENDS= libCbc.so:math/cbc \
|
||||
libipopt.so:math/ipopt
|
||||
libCgl.so:math/cgl \
|
||||
libClp.so:math/clp \
|
||||
libcoinasl.so:math/asl \
|
||||
libCoinUtils.so:math/coinutils \
|
||||
libipopt.so:math/ipopt \
|
||||
libopenblas.so:math/openblas
|
||||
|
||||
USES= blaslapack compiler:c++11-lang gmake libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USES= blaslapack:netlib compiler:c++11-lang gmake libtool pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coin-or
|
||||
GH_PROJECT= Bonmin
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
bin/bonmin
|
||||
include/coin/BonAmplInterface.hpp
|
||||
include/coin/BonAmplSetup.hpp
|
||||
include/coin/BonAmplTMINLP.hpp
|
||||
include/coin/BonArraysHelpers.hpp
|
||||
include/coin/BonAuxInfos.hpp
|
||||
include/coin/BonBabInfos.hpp
|
||||
@ -61,7 +65,11 @@ include/coin/BonminConfig.h
|
||||
lib/libbonmin.so
|
||||
lib/libbonmin.so.4
|
||||
lib/libbonmin.so.4.8.8
|
||||
lib/libbonminampl.so
|
||||
lib/libbonminampl.so.4
|
||||
lib/libbonminampl.so.4.8.8
|
||||
libdata/pkgconfig/bonmin.pc
|
||||
libdata/pkgconfig/bonminamplinterface.pc
|
||||
share/coin/doc/Bonmin/AUTHORS
|
||||
share/coin/doc/Bonmin/LICENSE
|
||||
share/coin/doc/Bonmin/README
|
||||
|
Loading…
Reference in New Issue
Block a user