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

Bruno Pagani archange at gemini.archlinux.org
Sun Mar 20 23:09:06 UTC 2022


    Date: Sunday, March 20, 2022 @ 23:09:05
  Author: archange
Revision: 1166344

FS#73898 glibc 2.35 rebuild

Also disable currently failing test

Modified:
  netcdf-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-20 22:33:19 UTC (rev 1166343)
+++ PKGBUILD	2022-03-20 23:09:05 UTC (rev 1166344)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.8.1
-pkgrel=1
+pkgrel=2
 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/"
@@ -21,6 +21,11 @@
 source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('bc018cc30d5da402622bf76462480664c6668b55eb16ba205a0dfb8647161dd0')
 
+prepare() {
+  # https://github.com/Unidata/netcdf-c/issues/2242
+  sed -i "/add_sh_test(ncdap tst_remote3)/d" ${_pkg}-c-${pkgver}/ncdap_test/CMakeLists.txt
+}
+
 build() {
   export CC=mpicc
   cmake -B build -S ${_pkg}-c-${pkgver} \



More information about the arch-commits mailing list