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

Antonio Rojas arojas at archlinux.org
Wed Feb 27 17:07:07 UTC 2019


    Date: Wednesday, February 27, 2019 @ 17:07:04
  Author: arojas
Revision: 436545

Add KLU libraries

Modified:
  sundials/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-27 17:04:48 UTC (rev 436544)
+++ PKGBUILD	2019-02-27 17:07:04 UTC (rev 436545)
@@ -3,12 +3,12 @@
 
 pkgname=sundials
 pkgver=4.1.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
 arch=(x86_64)
 url="https://computation.llnl.gov/casc/sundials/main.html"
 license=(BSD)
-depends=(openmpi)
+depends=(openmpi suitesparse)
 makedepends=(cmake gcc-fortran python)
 source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz")
 sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
@@ -26,6 +26,8 @@
     -DPTHREAD_ENABLE=ON	\
     -DOPENMP_ENABLE=ON \
     -DF77_INTERFACE_ENABLE=ON \
+    -DKLU_ENABLE=ON \
+    -DKLU_LIBRARY_DIR=/usr/lib \
     -DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
   make
 }



More information about the arch-commits mailing list