adios2: update to 2.9.2

This commit is contained in:
Biswapriyo Nath
2023-11-07 20:07:11 +00:00
parent ae7c9b1f71
commit fa376d2d0c

View File

@@ -3,11 +3,15 @@
_realname=ADIOS2
pkgbase=mingw-w64-${_realname,,}
pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname,,}")
pkgver=2.9.1
pkgrel=2
pkgver=2.9.2
pkgrel=1
pkgdesc="The Adaptable Input/Output System version 2 (mingw-w64)"
arch=(any)
mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
msys2_references=(
'archlinux: adios2'
)
msys2_repository_url="https://github.com/ornladios/ADIOS2/"
url="https://adios2.readthedocs.io/en/latest/"
license=('spdx:Apache-2.0')
depends=("${MINGW_PACKAGE_PREFIX}-blosc2"
@@ -31,7 +35,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-python-numpy")
source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz
003-no-regex_h-with-clang.patch)
sha256sums=('ddfa32c14494250ee8a48ef1c97a1bf6442c15484bbbd4669228a0f90242f4f9'
sha256sums=('78309297c82a95ee38ed3224c98b93d330128c753a43893f63bbe969320e4979'
'379fe5edf3df2474edfe6515e0592af681c17f082fb4885b5cd554bdee11cd36')
# Helper macros to help make tasks easier #