summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Zou2023-04-19 21:34:53 +0200
committerMichel Zou2023-04-19 21:34:53 +0200
commite622d0b7c1f08dbe60fb2d710876ada8e8fa8086 (patch)
treeb2f2112b3eb8b7425e776c022b915f4e68819ee3
parentf56d81dd718d1482b63b64b3b258d8282378932c (diff)
downloadaur-e622d0b7c1f08dbe60fb2d710876ada8e8fa8086.tar.gz
nauty
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2ce577dee0e1..90e0dc1ebd4a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = mingw-w64-coin-or-cbc
license = EPL
makedepends = mingw-w64-configure
depends = mingw-w64-coin-or-cgl
+ depends = mingw-w64-nauty
options = staticlibs
options = !buildflags
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 99587a087d4d..8725131a3881 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url="https://projects.coin-or.org/Cbc"
license=('EPL')
groups=('mingw-w64-coin-or')
-depends=('mingw-w64-coin-or-cgl')
+depends=('mingw-w64-coin-or-cgl' 'mingw-w64-nauty')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
source=(https://github.com/coin-or/Cbc/archive/refs/tags/releases/$pkgver.tar.gz)
@@ -34,6 +34,7 @@ build() {
--with-cgl-incdir="/usr/${_arch}/include/coin/" \
--with-coinutils-lib="$(${_arch}-pkg-config --libs coinutils)" \
--with-coinutils-incdir="/usr/${_arch}/include/coin/" \
+ --with-nauty-lib=/usr/${_arch}/lib/nauty.a --with-nauty-incdir=/usr/${_arch}/include/nauty \
lt_cv_deplibs_check_method=pass_all ..
make
popd