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

Bruno Pagani archange at gemini.archlinux.org
Fri Oct 1 21:14:24 UTC 2021


    Date: Friday, October 1, 2021 @ 21:14:24
  Author: archange
Revision: 1026599

Disable netcdf4 support for now
See https://github.com/Parallel-NetCDF/PnetCDF/issues/72

Modified:
  pnetcdf-openmpi/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-01 21:02:21 UTC (rev 1026598)
+++ PKGBUILD	2021-10-01 21:14:24 UTC (rev 1026599)
@@ -4,12 +4,12 @@
 _mpi=openmpi
 pkgname=${_pkg}-${_mpi}
 pkgver=1.12.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Parallel I/O Library for NetCDF File Access (${_mpi} version)"
 arch=(x86_64)
 url="https://parallel-netcdf.github.io/"
 license=(custom)
-depends=("${_mpi}" "netcdf-${_mpi}")
+depends=("${_mpi}") # "netcdf-${_mpi}")
 makedepends=(gcc-fortran)
 checkdepends=(inetutils)
 provides=(parallel-netcdf parallel-netcdf-openmpi)
@@ -26,7 +26,7 @@
 
 build() {
     cd ${_pkg}-${pkgver}
-    ./configure --prefix=/usr --enable-shared --enable-netcdf4
+    ./configure --prefix=/usr --enable-shared #--enable-netcdf4
     sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
     make LIBTOOLFLAGS=--verbose
 }



More information about the arch-commits mailing list