mirror of
https://github.com/archlinux/aur.git
synced 2026-01-31 03:24:45 +01:00
7.3.0
This commit is contained in:
parent
65186d68d0
commit
be8fb92d13
2 changed files with 6 additions and 8 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = sundials-seq
|
||||
pkgdesc = Suite of nonlinear differential/algebraic equation solvers (sequential version)
|
||||
pkgver = 7.1.1
|
||||
pkgver = 7.3.0
|
||||
pkgrel = 1
|
||||
url = https://computing.llnl.gov/projects/sundials
|
||||
arch = x86_64
|
||||
|
|
@ -11,7 +11,7 @@ pkgbase = sundials-seq
|
|||
depends = suitesparse
|
||||
provides = sundials
|
||||
conflicts = sundials
|
||||
source = https://github.com/LLNL/sundials/archive/v7.1.1/sundials-7.1.1.tar.gz
|
||||
sha256sums = cb86c5723e5b06129050ac3721c3080a5cf60b97f3d4e1cda0cf03d1a3fed177
|
||||
source = https://github.com/LLNL/sundials/archive/v7.3.0/sundials-7.3.0.tar.gz
|
||||
sha256sums = 697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839
|
||||
|
||||
pkgname = sundials-seq
|
||||
|
|
|
|||
8
PKGBUILD
8
PKGBUILD
|
|
@ -1,17 +1,15 @@
|
|||
pkgname=sundials-seq
|
||||
_pkgname=sundials
|
||||
pkgver=7.1.1
|
||||
pkgver=7.3.0
|
||||
pkgrel=1
|
||||
pkgdesc='Suite of nonlinear differential/algebraic equation solvers (sequential version)'
|
||||
arch=(x86_64)
|
||||
url='https://computing.llnl.gov/projects/sundials'
|
||||
license=(BSD)
|
||||
depends=(suitesparse)
|
||||
makedepends=(cmake
|
||||
gcc-fortran
|
||||
python)
|
||||
makedepends=(cmake gcc-fortran python)
|
||||
source=(https://github.com/LLNL/sundials/archive/v$pkgver/$_pkgname-$pkgver.tar.gz)
|
||||
sha256sums=('cb86c5723e5b06129050ac3721c3080a5cf60b97f3d4e1cda0cf03d1a3fed177')
|
||||
sha256sums=('697b7b0dbc229f149e39b293d1ab03d321d61adb6733ffb78c0ddbffaf73d839')
|
||||
provides=(sundials)
|
||||
conflicts=(sundials)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue