math/bonmin: Update 1.8.8 → 1.8.9
Reported by: portscout
This commit is contained in:
parent
122f7411b1
commit
9e00a84402
3 changed files with 11 additions and 9 deletions
|
@ -1,13 +1,12 @@
|
|||
PORTNAME= bonmin
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 1.8.8
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 1.8.9
|
||||
CATEGORIES= math
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
COMMENT= Basic Open-source Nonlinear Mixed INteger programming
|
||||
WWW= https://projects.coin-or.org/Bonmin
|
||||
WWW= https://coin-or.github.io/Bonmin/
|
||||
|
||||
LICENSE= EPL
|
||||
LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE
|
||||
|
@ -15,10 +14,13 @@ LICENSE_FILE= ${WRKSRC}/Bonmin/LICENSE
|
|||
LIB_DEPENDS= libCbc.so:math/cbc \
|
||||
libCgl.so:math/cgl \
|
||||
libClp.so:math/clp \
|
||||
libcoinmumps.so:math/coin-or-mumps \
|
||||
libcoinasl.so:math/asl \
|
||||
libCoinUtils.so:math/coinutils \
|
||||
libipopt.so:math/ipopt \
|
||||
libopenblas.so:math/openblas
|
||||
libnauty.so:math/nauty \
|
||||
libopenblas.so:math/openblas \
|
||||
libOsi.so:math/osi
|
||||
|
||||
USES= blaslapack compiler:c++11-lang gmake libtool pkgconfig
|
||||
USE_LDCONFIG= yes
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1580573841
|
||||
SHA256 (coin-or-Bonmin-releases-1.8.8_GH0.tar.gz) = cb8e13fe9d3bb538fe4d28f5b56bfb0028396325f1b5fcad59ed5b0a2d8c7109
|
||||
SIZE (coin-or-Bonmin-releases-1.8.8_GH0.tar.gz) = 1336718
|
||||
TIMESTAMP = 1678772224
|
||||
SHA256 (coin-or-Bonmin-releases-1.8.9_GH0.tar.gz) = 8d130430a2776e250e941ee16f51dba301d5f0a00cc288e05f5b985cf1f426cd
|
||||
SIZE (coin-or-Bonmin-releases-1.8.9_GH0.tar.gz) = 1336781
|
||||
|
|
|
@ -64,10 +64,10 @@ include/coin/BonTypes.hpp
|
|||
include/coin/BonminConfig.h
|
||||
lib/libbonmin.so
|
||||
lib/libbonmin.so.4
|
||||
lib/libbonmin.so.4.8.8
|
||||
lib/libbonmin.so.4.8.9
|
||||
lib/libbonminampl.so
|
||||
lib/libbonminampl.so.4
|
||||
lib/libbonminampl.so.4.8.8
|
||||
lib/libbonminampl.so.4.8.9
|
||||
libdata/pkgconfig/bonmin.pc
|
||||
libdata/pkgconfig/bonminamplinterface.pc
|
||||
share/coin/doc/Bonmin/AUTHORS
|
||||
|
|
Loading…
Reference in a new issue