* update coin-or-clp to 1.17.9-2
This commit is contained in:
parent
04df02ab12
commit
3b132f459d
@ -4,25 +4,29 @@
|
||||
# Contributor: Daniel Ehlers <danielehlers@mindeye.net>
|
||||
|
||||
pkgname=coin-or-clp
|
||||
pkgver=1.17.8
|
||||
pkgrel=1
|
||||
pkgver=1.17.9
|
||||
pkgrel=2
|
||||
pkgdesc='COIN-OR linear programming solver'
|
||||
arch=(x86_64 powerpc64le powerpc riscv64)
|
||||
url='https://github.com/coin-or/Clp'
|
||||
license=(EPL)
|
||||
groups=(coin-or)
|
||||
depends=(coin-or-osi coin-or-asl suitesparse)
|
||||
depends=(coin-or-asl
|
||||
coin-or-coinutils
|
||||
coin-or-osi
|
||||
gcc-libs
|
||||
glibc
|
||||
suitesparse)
|
||||
source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Clp/archive/refs/tags/releases/$pkgver.tar.gz)
|
||||
sha256sums=('f9931b5ba44f0daf445c6b48fc2c250dc12e667e59ace8ea7b025f158fe31556')
|
||||
sha256sums=('b02109be54e2c9c6babc9480c242b2c3c7499368cfca8c0430f74782a694a49f')
|
||||
|
||||
build() {
|
||||
cd Clp-releases-$pkgver
|
||||
./configure --prefix=/usr \
|
||||
./configure --prefix=/usr --build=${CHOST} \
|
||||
--with-cholmod-lib='-lcholmod' \
|
||||
--with-cholmod-incdir=/usr/include \
|
||||
--with-amd-lib='-lamd' \
|
||||
--with-amd-incdir=/usr/include \
|
||||
--build=${CHOST}
|
||||
--with-amd-incdir=/usr/include
|
||||
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool # Fix overlinking
|
||||
make
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user