Skip to content

Commit

Permalink
Merge pull request #21211 from mmuetzel/sundials
Browse files Browse the repository at this point in the history
sundials: update to 7.1.0
  • Loading branch information
mmuetzel authored Jun 21, 2024
2 parents 780ecc0 + 79edc59 commit 1b8f1f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
15 changes: 0 additions & 15 deletions mingw-w64-sundials/0002-sundials-missing-export.patch

This file was deleted.

11 changes: 0 additions & 11 deletions mingw-w64-sundials/0003-sundials-use-default-installdirs.patch

This file was deleted.

10 changes: 2 additions & 8 deletions mingw-w64-sundials/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fi
_realname=sundials
pkgbase="mingw-w64-${_realname}"
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=7.0.0
pkgver=7.1.0
pkgrel=1
pkgdesc="SUite of Nonlinear and DIfferential/ALgebraic equation Solvers (mingw-w64)"
arch=('any')
Expand All @@ -39,12 +39,8 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
$([[ "$_enable_mpi" == "yes" ]] && echo "${MINGW_PACKAGE_PREFIX}-msmpi"))
optdepends=("${MINGW_PACKAGE_PREFIX}-python: for running examples")
source=(https://github.com/LLNL/sundials/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz
'0002-sundials-missing-export.patch'
'0003-sundials-use-default-installdirs.patch'
'0008-sundials-petsc-pkg-config-module.patch')
sha256sums=('d762a7950ef4097fbe9d289f67a8fb717a0b9f90f87ed82170eb5c36c0a07989'
'6e49c44cafadfdc2f7c6f39feeb9d7a1dc1940c0b06e7bcc43075c416f012d13'
'310b9beb86426fd2f817391baf72c0f9aefe9dc31e737daed5cc0280b7693311'
sha256sums=('17f03e49fef54c89bd84a9769743fbf108c003e23ad0abc11fd4d0c0f4c74bf9'
'd4a56ef02d87d8d17970733fe8391c12fea9465f093681a1091a24b2ad0a787a')

apply_patch_with_msg() {
Expand All @@ -59,8 +55,6 @@ prepare() {
cd "${_realname}-${pkgver}"

apply_patch_with_msg \
0002-sundials-missing-export.patch \
0003-sundials-use-default-installdirs.patch \
0008-sundials-petsc-pkg-config-module.patch
}

Expand Down

0 comments on commit 1b8f1f1

Please sign in to comment.