mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/sundials to 5.2.0-1
This commit is contained in:
parent
39857a7d96
commit
dbb30f5e15
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
|||
# - set SUNDIALS_INDEX_TYPE for 32-bit ARM
|
||||
|
||||
pkgname=sundials
|
||||
pkgver=5.1.0
|
||||
pkgrel=2
|
||||
pkgver=5.2.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=('fb22d14fad42203809dc46d046b001149ec4e901b23882bd4a80619157fd9b21')
|
||||
sha256sums=('95f058acce5bd66e654de65acdbb1c9f44c90cf1b4e28f8d933cdb4415ebba3e')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue