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

Antonio Rojas arojas at gemini.archlinux.org
Sat Dec 25 09:39:31 UTC 2021


    Date: Saturday, December 25, 2021 @ 09:39:30
  Author: arojas
Revision: 1083537

Workaround broken cmake config (FS#73143)

Modified:
  sundials/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-25 08:41:58 UTC (rev 1083536)
+++ PKGBUILD	2021-12-25 09:39:30 UTC (rev 1083537)
@@ -3,7 +3,7 @@
 
 pkgname=sundials
 pkgver=6.0.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'
@@ -17,6 +17,7 @@
 
 prepare() {
   patch -d $pkgname-$pkgver -p1 < sundials-fix-cmake-targets.patch # FS#70399
+  sed -e '/SHOW_IF SUNDIALS_BUILD_WITH_PROFILING/d' -i $pkgname-$pkgver/cmake/SundialsTPLOptions.cmake # Workaround broken cmake config
 }
 
 build() {



More information about the arch-commits mailing list