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

Balló György bgyorgy at archlinux.org
Sun Oct 25 16:22:41 UTC 2020


    Date: Sunday, October 25, 2020 @ 16:22:41
  Author: bgyorgy
Revision: 732829

upgpkg: superlu 5.2.2-2: Fix config option (FS#68409)

Modified:
  superlu/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-25 16:03:07 UTC (rev 732828)
+++ PKGBUILD	2020-10-25 16:22:41 UTC (rev 732829)
@@ -5,7 +5,7 @@
 
 pkgname=superlu
 pkgver=5.2.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Set of subroutines to solve a sparse linear system"
 arch=(x86_64)
 url="https://github.com/xiaoyeli/superlu/"
@@ -24,7 +24,7 @@
   cmake -G "Unix Makefiles" ../$pkgname-$pkgver/ \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DBUILD_SHARED_LIBS:BOOL=ON \
-    -Denable_blaslib:BOOL=OFF \
+    -Denable_internal_blaslib:BOOL=OFF \
     -DCMAKE_INSTALL_INCLUDEDIR:PATH=include/superlu/
   make
 }



More information about the arch-commits mailing list