* update coin-or-clip with 1.17.6

This commit is contained in:
Alexander Baldeck 2020-05-02 15:32:52 +02:00
parent b386da4ec0
commit fabe37095d

View File

@ -4,7 +4,7 @@
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
pkgname=coin-or-clp
pkgver=1.17.5
pkgver=1.17.6
pkgrel=1
pkgdesc="COIN-OR linear programming solver"
arch=(x86_64 powerpc64le)
@ -13,7 +13,7 @@ license=(EPL)
groups=(coin-or)
depends=(coin-or-osi suitesparse)
source=("https://www.coin-or.org/download/source/Clp/Clp-${pkgver}.tgz")
sha256sums=('49a9f917002b8db9df4df549119b0d44ec5a2f321b08f610dcc53be72879bc78')
sha256sums=('f9cfcdd3db23bbc2d18b562012a7e25b99a40e8ce72dc296bd46dddb2970e12a')
build() {
cd Clp-$pkgver/Clp
@ -25,6 +25,7 @@ build() {
--with-coinutils-incdir="/usr/include/coin/" \
--with-cholmod-lib='-lcholmod' --with-cholmod-incdir=/usr/include \
--build=${CHOST}
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
make
}