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

Alexander Rødseth arodseth at archlinux.org
Tue Oct 2 12:16:48 UTC 2018


    Date: Tuesday, October 2, 2018 @ 12:16:47
  Author: arodseth
Revision: 388993

upgpkg: arpack 3.6.3-1

Modified:
  arpack/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-02 12:03:23 UTC (rev 388992)
+++ PKGBUILD	2018-10-02 12:16:47 UTC (rev 388993)
@@ -3,7 +3,7 @@
 # Contributor: Stefan Husmann <stefan-husmann at t-online.de>
 
 pkgname=arpack
-pkgver=3.6.2
+pkgver=3.6.3
 pkgrel=1
 arch=('x86_64')
 pkgdesc='Fortran77 subroutines for solving large scale eigenvalue problems'
@@ -25,9 +25,7 @@
   cd "$pkgname-ng"
 
   ./configure --prefix=/usr --enable-mpi
-
-  make \
-    F77="mpif77" \
+  make F77="mpif77" \
     CFLAGS+=" `pkg-config --cflags ompi-f77` " \
     LIBS+=" `pkg-config --libs ompi-f77` "
 }
@@ -39,4 +37,5 @@
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }
 
+# getver: github.com/opencollab/arpack-ng
 # vim: ts=2 sw=2 et:



More information about the arch-commits mailing list