sundials: update to 7.5.0 (#25840)
* sundials: update to 7.5.0 * sundials: add dependency on libwinpthread This is needed for libsundials_nvecpthreads in the CLANG* environments. It is already installed as a transitive dependency in the other environments. But it does not hurt to make it a direct dependency in any case.
This commit is contained in:
parent
1a586eeebc
commit
6d9902fa8d
@ -13,7 +13,7 @@ fi
|
||||
_realname=sundials
|
||||
pkgbase="mingw-w64-${_realname}"
|
||||
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
|
||||
pkgver=7.4.0
|
||||
pkgver=7.5.0
|
||||
pkgrel=1
|
||||
pkgdesc="SUite of Nonlinear and DIfferential/ALgebraic equation Solvers (mingw-w64)"
|
||||
arch=('any')
|
||||
@ -28,6 +28,7 @@ replaces=("${MINGW_PACKAGE_PREFIX}-cvode")
|
||||
provides=("${MINGW_PACKAGE_PREFIX}-cvode")
|
||||
conflicts=("${MINGW_PACKAGE_PREFIX}-cvode")
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-cc-libs"
|
||||
"${MINGW_PACKAGE_PREFIX}-libwinpthread"
|
||||
"${MINGW_PACKAGE_PREFIX}-openblas"
|
||||
"${MINGW_PACKAGE_PREFIX}-omp"
|
||||
"${MINGW_PACKAGE_PREFIX}-suitesparse"
|
||||
@ -43,7 +44,7 @@ optdepends=("${MINGW_PACKAGE_PREFIX}-python: for running examples")
|
||||
source=(https://github.com/LLNL/sundials/releases/download/v${pkgver}/${_realname}-${pkgver}.tar.gz
|
||||
'0001-fix-building-openmp-example-with-flang.patch'
|
||||
'0008-sundials-petsc-pkg-config-module.patch')
|
||||
sha256sums=('679ddacdd77610110e613164e8297d6d0cd35bae8e9c3afc8e8ff6f99a1c2a7b'
|
||||
sha256sums=('089ac659507def738b7a65b574ffe3a900d38569e3323d9709ebed3e445adecc'
|
||||
'785b7a824702fcc3267cec5d3f9c418dee2940efc9513516c642fd3129e36eb5'
|
||||
'46f341d50e97960fd93ee516e7ade99ca5ac87db7d5d077ae09d26da3e4f7355')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user