Date: Wednesday, April 8, 2020 @ 09:44:27 Author: arojas Revision: 612593
Build with coin-or-asl (FS#66161) Modified: coin-or-cbc/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-04-08 09:42:34 UTC (rev 612592) +++ PKGBUILD 2020-04-08 09:44:27 UTC (rev 612593) @@ -4,13 +4,13 @@ pkgname=coin-or-cbc pkgver=2.10.5 -pkgrel=3 +pkgrel=4 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver" arch=(x86_64) url="https://projects.coin-or.org/Cbc" license=(EPL) groups=(coin-or) -depends=(coin-or-cgl) +depends=(coin-or-cgl coin-or-asl) makedepends=(nauty) source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz") sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972') @@ -30,6 +30,7 @@ --enable-dependency-linking \ --enable-cbc-parallel \ --with-nauty-lib=/usr/lib/libnauty.a --with-nauty-incdir=/usr/include/nauty + sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make }
