[arch-commits] Commit in netcdf/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Wed May 18 21:42:53 UTC 2022
Date: Wednesday, May 18, 2022 @ 21:42:53
Author: archange
Revision: 1209158
hdf5 1.12.2 rebuild
Modified:
netcdf/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-05-18 21:41:08 UTC (rev 1209157)
+++ PKGBUILD 2022-05-18 21:42:53 UTC (rev 1209158)
@@ -4,7 +4,7 @@
pkgname=netcdf
pkgver=4.8.1
-pkgrel=2
+pkgrel=3
pkgdesc="network Common Data Form interface for array-oriented data access and corresponding library"
arch=(x86_64)
url="https://www.unidata.ucar.edu/software/netcdf/"
@@ -18,6 +18,7 @@
sha256sums=('bc018cc30d5da402622bf76462480664c6668b55eb16ba205a0dfb8647161dd0')
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 \
@@ -25,6 +26,7 @@
-DENABLE_BYTERANGE=ON \
-DENABLE_CDF5=ON \
-DENABLE_DAP_LONG_TESTS=OFF \
+ -DENABLE_DAP_REMOTE_TESTS=OFF \
-DENABLE_EXAMPLE_TESTS=ON \
-DENABLE_EXTRA_TESTS=ON \
-DENABLE_FILTER_TESTING=ON \
More information about the arch-commits
mailing list