mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/sundials to 5.1.0-1
This commit is contained in:
parent
8a61aed2e6
commit
956acbaed1
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - set SUNDIALS_INDEX_TYPE for 32-bit ARM
|
||||
|
||||
pkgname=sundials
|
||||
pkgver=5.0.0
|
||||
pkgver=5.1.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=('345141ec01c641d0bdfb3476c478b7e74fd6a7192a478a27cafe75d9da2d7dd3')
|
||||
sha256sums=('fb22d14fad42203809dc46d046b001149ec4e901b23882bd4a80619157fd9b21')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue