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

Antonio Rojas arojas at archlinux.org
Sat Mar 21 13:24:38 UTC 2020


    Date: Saturday, March 21, 2020 @ 13:24:37
  Author: arojas
Revision: 602584

Build with -fPIC (FS#65915)

Modified:
  sundials/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-21 13:23:39 UTC (rev 602583)
+++ PKGBUILD	2020-03-21 13:24:37 UTC (rev 602584)
@@ -3,7 +3,7 @@
 
 pkgname=sundials
 pkgver=5.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"
@@ -21,6 +21,7 @@
   cd build
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_C_FLAGS="${CFLAGS} -fPIC" \
     -DMPI_ENABLE=ON \
     -DPTHREAD_ENABLE=ON	\
     -DOPENMP_ENABLE=ON \



More information about the arch-commits mailing list