summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2023-04-25 21:57:52 +0200
committerMichel Zou2023-04-25 21:57:52 +0200
commit89977326477e4eecabb2078bfed0516787b8c3cb (patch)
tree980caaeafd8f66f0e691b84c1b4e9216fe5d4c4f /PKGBUILD
parent2fcd4357baf9c068acf1241a29c703ea5aaa6a4f (diff)
downloadaur-89977326477e4eecabb2078bfed0516787b8c3cb.tar.gz
bcp
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 1 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 38757dee5fc9..b0c373db7eef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ arch=('any')
url="https://projects.coin-or.org/Bonmin"
license=('EPL')
groups=('mingw-w64-coin-or')
-depends=('mingw-w64-coin-or-cbc' 'mingw-w64-coin-or-ipopt' 'mingw-w64-coin-or-bcp')
+depends=('mingw-w64-coin-or-cbc' 'mingw-w64-coin-or-ipopt')
makedepends=('mingw-w64-configure')
options=('staticlibs' '!buildflags' '!strip')
source=("https://github.com/coin-or/Bonmin/archive/refs/tags/releases/${pkgver}.tar.gz")
@@ -32,12 +32,8 @@ build() {
--with-clp-incdir="/usr/${_arch}/include/coin/" \
--with-cgl-lib="$(${_arch}-pkg-config --libs cgl)" \
--with-cgl-incdir="/usr/${_arch}/include/coin/" \
- --with-vol-lib="$(${_arch}-pkg-config --libs vol)" \
- --with-vol-incdir="/usr/${_arch}/include/coin/" \
--with-coinutils-lib="$(${_arch}-pkg-config --libs coinutils)" \
--with-coinutils-incdir="/usr/${_arch}/include/coin/" \
- --with-bcp-lib="$(${_arch}-pkg-config --libs bcp)" \
- --with-bcp-incdir="/usr/${_arch}/include/coin/" \
--with-cbc-lib="$(${_arch}-pkg-config --libs cbc)" \
--with-cbc-incdir="/usr/${_arch}/include/coin/" \
--with-ipopt-lib="$(${_arch}-pkg-config --libs ipopt)" \