Date: Monday, June 27, 2022 @ 15:22:05 Author: archange Revision: 1239695
Small cleaning Modified: netcdf/trunk/PKGBUILD ----------+ PKGBUILD | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-06-27 14:18:00 UTC (rev 1239694) +++ PKGBUILD 2022-06-27 15:22:05 UTC (rev 1239695) @@ -15,7 +15,7 @@ options=(!makeflags) license=(custom) 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/commit/80a6611cfca98a5979c5ac69cba56a49af8c1e48.patch + netcdf-4.9.0-fix-cmake-typo.patch::https://github.com/Unidata/netcdf-c/issues/2412.patch netcdf-4.9.0-read-chunk-size.patch::https://github.com/Unidata/netcdf-c/pull/2319.patch) sha256sums=('9f4cb864f3ab54adb75409984c6202323d2fc66c003e5308f3cdf224ed41c0a6' 'ed45ae6c49cf8dcddaadef4c5cf403049bf3f761187413d7b03754d319345d6a' @@ -24,7 +24,7 @@ prepare() { # https://github.com/Unidata/netcdf-c/issues/2188 https://github.com/Unidata/netcdf-c/issues/2242 sed -i "/tst_remote3/d" ${pkgname}-c-${pkgver}/ncdap_test/CMakeLists.txt - # https://github.com/Unidata/netcdf-c/pull/2412 + # https://github.com/Unidata/netcdf-c/issues/2390 patch -p1 -d ${pkgname}-c-${pkgver} < netcdf-4.9.0-fix-cmake-typo.patch # https://github.com/Unidata/netcdf-c/issues/2418 patch -p1 -d ${pkgname}-c-${pkgver} < netcdf-4.9.0-read-chunk-size.patch @@ -31,7 +31,6 @@ } build() { - # Disabling remote tests because of https://github.com/Unidata/netcdf-c/issues/2188 cmake -B build -S ${pkgname}-c-${pkgver} \ -DCMAKE_INSTALL_PREFIX=/usr \ -DCMAKE_INSTALL_LIBDIR=lib \
