[arch-commits] Commit in coin-or-cbc/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Apr 2 13:56:22 UTC 2020


    Date: Thursday, April 2, 2020 @ 13:56:22
  Author: arojas
Revision: 609577

Build with nauty (FS#66082)

Modified:
  coin-or-cbc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-02 13:53:36 UTC (rev 609576)
+++ PKGBUILD	2020-04-02 13:56:22 UTC (rev 609577)
@@ -4,7 +4,7 @@
 
 pkgname=coin-or-cbc
 pkgver=2.10.5
-pkgrel=1
+pkgrel=2
 pkgdesc="COIN-OR branch-and-cut mixed integer programming solver"
 arch=(x86_64)
 url="https://projects.coin-or.org/Cbc"
@@ -11,6 +11,7 @@
 license=(EPL)
 groups=(coin-or)
 depends=(coin-or-cgl)
+makedepends=(nauty)
 source=("https://www.coin-or.org/download/source/Cbc/Cbc-${pkgver}.tgz")
 sha256sums=('da1a945648679b21ba56b454b81e939451dc7951d9beb3c3e14f18f64dde6972')
 
@@ -27,7 +28,8 @@
               --with-coinutils-lib="$(pkg-config --libs coinutils)" \
               --with-coinutils-incdir="/usr/include/coin/" \
               --enable-dependency-linking \
-              --enable-cbc-parallel
+              --enable-cbc-parallel \
+              --with-nauty-lib=/usr/lib/libnauty.a --with-nauty-incdir=/usr/include/nauty
   make
 }
 



More information about the arch-commits mailing list