Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
sundials
Commits:
337e6b9a by Antonio Rojas at 2024-12-11T22:34:59+01:00
upgpkg: 7.2.0-1: Update to 7.2.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sundials
pkgdesc = Suite of nonlinear differential/algebraic equation solvers
- pkgver = 7.1.1
+ pkgver = 7.2.0
pkgrel = 1
url = https://computing.llnl.gov/projects/sundials
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = sundials
depends = suitesparse
optdepends = python-matplotlib: for some examples
optdepends = python-numpy: for some examples
- source = git+https://github.com/LLNL/sundials#tag=v7.1.1
- sha256sums =
1c8f85c49ab36a43b77032dc1aa596b932a3f64ce811cd96b344345099ccd2da
+ source = git+https://github.com/LLNL/sundials#tag=v7.2.0
+ sha256sums =
95c9fca8c9fdf67699ed5f3d842cbd0625cb774d8992d80c5d4e01448c9108d6
pkgname = sundials
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Elmar Klausmeier <[email protected]>
pkgname=sundials
-pkgver=7.1.1
+pkgver=7.2.0
pkgrel=1
pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
arch=(x86_64)
@@ -19,7 +19,7 @@ makedepends=(cmake
optdepends=('python-matplotlib: for some examples'
'python-numpy: for some examples')
source=(git+https://github.com/LLNL/sundials#tag=v$pkgver)
-sha256sums=('1c8f85c49ab36a43b77032dc1aa596b932a3f64ce811cd96b344345099ccd2da')
+sha256sums=('95c9fca8c9fdf67699ed5f3d842cbd0625cb774d8992d80c5d4e01448c9108d6')
build() {
cmake -B build -S $pkgname \
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/337e6b9a097beeb3a63f37546ec75d1090561ddc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sundials/-/commit/337e6b9a097beeb3a63f37546ec75d1090561ddc
You're receiving this email because of your account on gitlab.archlinux.org.