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

Antonio Rojas arojas at archlinux.org
Thu Jan 17 16:55:51 UTC 2019


    Date: Thursday, January 17, 2019 @ 16:55:49
  Author: arojas
Revision: 423797

Build Fortran libraries (FS#61446)

Modified:
  sundials/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-17 15:21:06 UTC (rev 423796)
+++ PKGBUILD	2019-01-17 16:55:49 UTC (rev 423797)
@@ -3,7 +3,7 @@
 
 pkgname=sundials
 pkgver=4.0.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
 arch=(x86_64)
 url="https://computation.llnl.gov/casc/sundials/main.html"
@@ -25,6 +25,7 @@
     -DMPI_ENABLE=ON \
     -DPTHREAD_ENABLE=ON	\
     -DOPENMP_ENABLE=ON \
+    -DF77_INTERFACE_ENABLE=ON \
     -DEXAMPLES_INSTALL_PATH=/usr/share/sundials/examples
   make
 }



More information about the arch-commits mailing list