community/sundials to 5.5.0-1

This commit is contained in:
Kevin Mihelich 2020-11-03 14:51:44 +00:00
parent 23317d9832
commit e37c2eae5a

View file

@ -5,7 +5,7 @@
# - set SUNDIALS_INDEX_TYPE for 32-bit ARM
pkgname=sundials
pkgver=5.4.0
pkgver=5.5.0
pkgrel=1
pkgdesc="Suite of nonlinear differential/algebraic equation solvers"
arch=(x86_64)
@ -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=('04d8a2ebe02cdaeef5a9e22ff7e3146bb563d8400f65772b6c7af80001413ffa')
sha256sums=('2a755e89aab96d2ff096a4e30bf00bb162e80be20e9e99f424dccfb249098237')
build() {
[[ $CARCH != "aarch64" ]] && CONFIG="-DSUNDIALS_INDEX_TYPE=int32_t"