[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Wed Feb 2 09:19:25 UTC 2022
Date: Wednesday, February 2, 2022 @ 09:19:25
Author: arojas
Revision: 1122403
Restore pc file fix
Modified:
coin-or-cbc/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-02-02 09:16:25 UTC (rev 1122402)
+++ PKGBUILD 2022-02-02 09:19:25 UTC (rev 1122403)
@@ -4,13 +4,13 @@
pkgname=coin-or-cbc
pkgver=2.10.7
-pkgrel=2
+pkgrel=3
pkgdesc='COIN-OR branch-and-cut mixed integer programming solver'
arch=(x86_64)
url='https://github.com/coin-or/Cbc'
license=(EPL)
groups=(coin-or)
-depends=(coin-or-cgl coin-or-asl)
+depends=(coin-or-cgl)
makedepends=(nauty)
source=($pkgname-$pkgver.tar.gz::https://github.com/coin-or/Cbc/archive/refs/tags/releases/$pkgver.tar.gz)
sha256sums=('5aa5490e2bc39c3c03f3636c9bca459cb3f8f365e0280fd0c4759ce3119e5b19')
@@ -34,5 +34,5 @@
make DESTDIR="$pkgdir" install
# Remove nauty from linker flags in pc file, it is statically compiled
-# sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
+ sed -e 's|/usr/lib/libnauty.a||' -i "$pkgdir"/usr/lib/pkgconfig/cbc.pc
}
More information about the arch-commits
mailing list