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

Bruno Pagani archange at gemini.archlinux.org
Fri Oct 1 19:54:10 UTC 2021


    Date: Friday, October 1, 2021 @ 19:54:09
  Author: archange
Revision: 1026571

Rebuild again with tests results not ignored

Modified:
  netcdf-fortran-openmpi/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 19:53:14 UTC (rev 1026570)
+++ PKGBUILD	2021-10-01 19:54:09 UTC (rev 1026571)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.5.3
-pkgrel=2
+pkgrel=3
 pkgdesc="NetCDF fortran bindings with parallel support (${_mpi} version)"
 arch=(x86_64)
 url="https://github.com/Unidata/netcdf-fortran"
@@ -40,8 +40,7 @@
     # processes than the number of available cores
     export OMPI_MCA_rmaps_base_oversubscribe=yes
 
-    # https://github.com/Unidata/netcdf-fortran/issues/109
-    make -C build test || echo "Tests failed"
+    make -C build test
 }
 
 package() {



More information about the arch-commits mailing list