community/netcdf to 4.9.0-3

This commit is contained in:
Kevin Mihelich 2022-06-30 01:24:26 +00:00
parent 4784727bcf
commit 6dc5b947fb

View file

@ -7,18 +7,18 @@
pkgname=netcdf pkgname=netcdf
pkgver=4.9.0 pkgver=4.9.0
pkgrel=2 pkgrel=3
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library" pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=(x86_64) arch=(x86_64)
url="https://www.unidata.ucar.edu/software/netcdf/" url="https://www.unidata.ucar.edu/software/netcdf/"
depends=(hdf5 curl libxml2) depends=(hdf5 curl libxml2 libaec blosc bzip2 libzip zstd)
makedepends=(cmake) makedepends=(cmake)
checkdepends=(unzip) checkdepends=(unzip)
optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings') optdepends=('netcdf-fortran: fortran bindings' 'netcdf-cxx: c++ bindings')
options=(!makeflags) options=(!makeflags)
license=(custom) license=(custom)
source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
netcdf-4.9.0-fix-cmake-typo.patch::https://github.com/Unidata/netcdf-c/issues/2412.patch netcdf-4.9.0-fix-cmake-typo.patch::https://github.com/Unidata/netcdf-c/pull/2412.patch
netcdf-4.9.0-read-chunk-size.patch::https://github.com/Unidata/netcdf-c/pull/2319.patch) netcdf-4.9.0-read-chunk-size.patch::https://github.com/Unidata/netcdf-c/pull/2319.patch)
sha256sums=('9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6' sha256sums=('9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6'
'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a' 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a'