summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2019-10-27 05:20:53 +0100
committerMichel Zou2019-10-27 05:20:53 +0100
commit67d866aa314e9026afcc6056db53f236584eca47 (patch)
tree3498d4dcc333e6f842eca667a73f409ed1086bf3 /PKGBUILD
parent2ad5c7de6f9af01ed90362216015a762220122bb (diff)
downloadaur-67d866aa314e9026afcc6056db53f236584eca47.tar.gz
icb
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2feaad797fec..eb364e2120df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgname=mingw-w64-arpack
pkgver=3.7.0
-pkgrel=1
+pkgrel=2
arch=('any')
pkgdesc='Fortran77 subroutines designed to solve large scale eigenvalue problems (mingw-w64)'
url='http://forge.scilab.org/index.php/p/arpack-ng/'
@@ -19,7 +19,7 @@ build() {
./bootstrap
for _arch in ${_architectures}; do
mkdir -p "build-${_arch}" && pushd "build-${_arch}"
- ${_arch}-configure
+ ${_arch}-configure --enable-icb
make
popd
done