[arch-commits] Commit in sundials/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Oct 22 17:05:00 UTC 2019
Date: Tuesday, October 22, 2019 @ 17:05:00
Author: arojas
Revision: 518382
Update to 5.0.0
Modified:
sundials/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-10-22 16:56:22 UTC (rev 518381)
+++ PKGBUILD 2019-10-22 17:05:00 UTC (rev 518382)
@@ -2,8 +2,8 @@
# Contributor: Elmar Klausmeier <Elmar.Klausmeier at gmail.com>
pkgname=sundials
-pkgver=4.1.0
-pkgrel=2
+pkgver=5.0.0
+pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
arch=(x86_64)
url="https://computation.llnl.gov/casc/sundials/main.html"
@@ -11,7 +11,7 @@
depends=(openmpi suitesparse)
makedepends=(cmake gcc-fortran python)
source=("https://computation.llnl.gov/projects/sundials/download/$pkgname-$pkgver.tar.gz")
-sha256sums=('280de1c27b2360170a6f46cb3799b2aee9dff3bddbafc8b08c291a47ab258aa5')
+sha256sums=('345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3')
prepare() {
mkdir -p build
@@ -21,7 +21,6 @@
cd build
cmake ../$pkgname-$pkgver \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_INSTALL_LIBDIR=lib \
-DMPI_ENABLE=ON \
-DPTHREAD_ENABLE=ON \
-DOPENMP_ENABLE=ON \
@@ -38,4 +37,3 @@
install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
}
-
More information about the arch-commits
mailing list