mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
math/osi: Update 0.108.6 -> 0.108.7
This commit is contained in:
parent
443f24bef1
commit
447ef59651
4 changed files with 13 additions and 9 deletions
|
@ -1,8 +1,7 @@
|
|||
PORTNAME= Osi
|
||||
DISTVERSION= 0.108.6
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= releases/
|
||||
DISTVERSION= 0.108.7
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= https://www.coin-or.org/download/source/${PORTNAME}/
|
||||
PKGNAMEPREFIX= coin-or-
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
|
@ -26,6 +25,11 @@ CONFIGURE_ARGS= --with-blas-lib="-lopenblas" --with-lapack-lib="-lopenblas" \
|
|||
# Incompatible with optional dependencies glpk and SoPlex: https://projects.coin-or.org/Osi/ticket/117 https://projects.coin-or.org/Osi/ticket/118
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coin-or
|
||||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
post-install:
|
||||
@${RM} -r ${STAGEDIR}${PREFIX}/share/coin
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1580597722
|
||||
SHA256 (Osi-0.108.6.tgz) = 57ef3f0c97995bac647504aee0ed34d31f79033ece04cd2cb86b4645f0a552d8
|
||||
SIZE (Osi-0.108.6.tgz) = 7532768
|
||||
TIMESTAMP = 1645728171
|
||||
SHA256 (coin-or-Osi-releases-0.108.7_GH0.tar.gz) = f1bc53a498585f508d3f8d74792440a30a83c8bc934d0c8ecf8cd8bc0e486228
|
||||
SIZE (coin-or-Osi-releases-0.108.7_GH0.tar.gz) = 1025434
|
||||
|
|
|
@ -14,6 +14,6 @@ Solver Derived Class
|
|||
* SoPlex OsiSpx
|
||||
* SYMPHONY OsiSym
|
||||
* Vol OsiVol
|
||||
* XPRESS-MP OsiXpr
|
||||
* XPRESS-MP OsiXpr
|
||||
|
||||
WWW: https://projects.coin-or.org/Osi/
|
||||
|
|
|
@ -15,9 +15,9 @@ include/coin/OsiSolverParameters.hpp
|
|||
include/coin/OsiUnitTests.hpp
|
||||
lib/libOsi.so
|
||||
lib/libOsi.so.1
|
||||
lib/libOsi.so.1.13.6
|
||||
lib/libOsi.so.1.13.7
|
||||
lib/libOsiCommonTests.so
|
||||
lib/libOsiCommonTests.so.1
|
||||
lib/libOsiCommonTests.so.1.13.6
|
||||
lib/libOsiCommonTests.so.1.13.7
|
||||
libdata/pkgconfig/osi-unittests.pc
|
||||
libdata/pkgconfig/osi.pc
|
||||
|
|
Loading…
Add table
Reference in a new issue