[arch-commits] Commit in netcdf-openmpi/trunk (PKGBUILD)

Bruno Pagani archange at gemini.archlinux.org
Wed May 18 21:44:35 UTC 2022


    Date: Wednesday, May 18, 2022 @ 21:44:35
  Author: archange
Revision: 1209162

hdf5 1.12.2 rebuild

Modified:
  netcdf-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-18 21:44:17 UTC (rev 1209161)
+++ PKGBUILD	2022-05-18 21:44:35 UTC (rev 1209162)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.8.1
-pkgrel=2
+pkgrel=3
 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/"
@@ -28,6 +28,7 @@
 
 build() {
   export CC=mpicc
+  # Disabling remote tests because of https://github.com/Unidata/netcdf-c/issues/2188
   cmake -B build -S ${_pkg}-c-${pkgver} \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_INSTALL_LIBDIR=lib \
@@ -36,6 +37,7 @@
     -DENABLE_CDF5=ON \
     -DENABLE_PNETCDF=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