From 6e379c370d2cdc4968e91bbb9784e661c0ec8da4 Mon Sep 17 00:00:00 2001 From: Kevin Mihelich Date: Wed, 23 Oct 2019 00:22:51 +0000 Subject: [PATCH] community/sundials to 5.0.0-1 --- community/sundials/PKGBUILD | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/community/sundials/PKGBUILD b/community/sundials/PKGBUILD index ed029b97f..b93e1c1bc 100644 --- a/community/sundials/PKGBUILD +++ b/community/sundials/PKGBUILD @@ -5,8 +5,8 @@ # - set SUNDIALS_INDEX_TYPE for 32-bit ARM pkgname=sundials -pkgver=4.1.0 -pkgrel=2.1 +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" @@ -14,7 +14,7 @@ license=(BSD) 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 @@ -25,7 +25,6 @@ build() { [[ $CARCH != "aarch64" ]] && CONFIG="-DSUNDIALS_INDEX_TYPE=int32_t" cmake ../$pkgname-$pkgver \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DCMAKE_INSTALL_LIBDIR=lib \ -DMPI_ENABLE=ON \ -DPTHREAD_ENABLE=ON \ -DOPENMP_ENABLE=ON \ @@ -42,4 +41,3 @@ package() { install -Dm644 "$srcdir"/$pkgname-$pkgver/LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname } -