[arch-commits] Commit in arpack/trunk (PKGBUILD)

Alexander Rødseth arodseth at archlinux.org
Mon Apr 22 23:30:53 UTC 2019


    Date: Monday, April 22, 2019 @ 23:30:52
  Author: arodseth
Revision: 453025

upgpkg: arpack 3.7.0-2

Modified:
  arpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-22 23:24:45 UTC (rev 453024)
+++ PKGBUILD	2019-04-22 23:30:52 UTC (rev 453025)
@@ -4,7 +4,7 @@
 
 pkgname=arpack
 pkgver=3.7.0
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 pkgdesc='Fortran77 subroutines for solving large scale eigenvalue problems'
 url='https://github.com/opencollab/arpack-ng'
@@ -24,7 +24,7 @@
 build() {
   cd "$pkgname-ng"
 
-  ./configure --prefix=/usr --enable-mpi
+  ./configure --prefix=/usr --enable-mpi --enable-icb
   make \
     F77="mpif77" \
     CFLAGS+=" `pkg-config --cflags ompi-f77` " \



More information about the arch-commits mailing list