Date: Friday, March 17, 2023 @ 12:13:13
Author: arojas
Revision: 1421259
upgpkg: netcdf-openmpi 4.9.2-1: Update to 4.9.2
Modified:
netcdf-openmpi/trunk/PKGBUILD
----------+
PKGBUILD | 20 ++++----------------
1 file changed, 4 insertions(+), 16 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-17 11:43:18 UTC (rev 1421258)
+++ PKGBUILD 2023-03-17 12:13:13 UTC (rev 1421259)
@@ -5,8 +5,8 @@
_pkg=netcdf
_mpi=openmpi
pkgname=${_pkg}-${_mpi}
-pkgver=4.9.0
-pkgrel=3
+pkgver=4.9.2
+pkgrel=1
pkgdesc="network Common Data Form interface for array-oriented data access and
corresponding library with parallel support (${_mpi} version)"
arch=(x86_64)
url="https://www.unidata.ucar.edu/software/netcdf/"
@@ -18,23 +18,11 @@
provides=("${_pkg}")
conflicts=("${_pkg}")
options=(!makeflags)
-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/pull/2412.patch
-
netcdf-4.9.0-read-chunk-size.patch::https://github.com/Unidata/netcdf-c/pull/2319.patch
-
netcdf-4.9.0-pnetcdf-test.patch::https://github.com/Unidata/netcdf-c/pull/2437.patch)
-sha256sums=('9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6'
- 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a'
- 'd71b441b6499d6ddb97ea25377018000781d16de6551f0d2ba33b9bcd6e769fd'
- '66f7ec8474acb8d04ef5b5cd871b6b0178c8a4d6a2f1661a9566c96a780a54ae')
+source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('bc104d101278c68b303359b3dc4192f81592ae8640f1aee486921138f7f88cb7')
prepare() {
# https://github.com/Unidata/netcdf-c/issues/2188
https://github.com/Unidata/netcdf-c/issues/2242
sed -i "/tst_remote3/d" ${_pkg}-c-${pkgver}/ncdap_test/CMakeLists.txt
- # https://github.com/Unidata/netcdf-c/issues/2390
- patch -p1 -d ${_pkg}-c-${pkgver} < netcdf-4.9.0-fix-cmake-typo.patch
- # https://github.com/Unidata/netcdf-c/issues/2418
- patch -p1 -d ${_pkg}-c-${pkgver} < netcdf-4.9.0-read-chunk-size.patch
- # https://github.com/Unidata/netcdf-c/issues/2435
- patch -p1 -d ${_pkg}-c-${pkgver} < netcdf-4.9.0-pnetcdf-test.patch
}
build() {