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

Bruno Pagani archange at archlinux.org
Sun Mar 17 12:30:03 UTC 2019


    Date: Sunday, March 17, 2019 @ 12:30:02
  Author: archange
Revision: 442364

hdf5 + netcdf4 rebuild

Modified:
  netcdf-fortran-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-17 12:26:28 UTC (rev 442363)
+++ PKGBUILD	2019-03-17 12:30:02 UTC (rev 442364)
@@ -6,7 +6,7 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=4.4.5
-pkgrel=1
+pkgrel=2
 pkgdesc="NetCDF fortran bindings with parallel support (${_mpi} version)"
 arch=('x86_64')
 url="https://github.com/Unidata/netcdf-fortran"
@@ -42,7 +42,7 @@
     export OMPI_MCA_rmaps_base_oversubscribe=yes
 
     # https://github.com/Unidata/netcdf-fortran/issues/109
-    make check || warning "Tests failed"
+    make LIBS="-lnetcdf -lhdf5_hl -lhdf5 -lpnetcdf -lz -lcurl -ldl -lm" check || warning "Tests failed"
 }
 
 package() {



More information about the arch-commits mailing list