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

Bruno Pagani archange at gemini.archlinux.org
Sun Jul 18 21:28:59 UTC 2021


    Date: Sunday, July 18, 2021 @ 21:28:57
  Author: archange
Revision: 978526

pgpkg: netcdf 4.8.0-1

Fix building against hdf5 1.12.1

Modified:
  netcdf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-18 20:51:47 UTC (rev 978525)
+++ PKGBUILD	2021-07-18 21:28:57 UTC (rev 978526)
@@ -14,13 +14,16 @@
 options=(!makeflags)
 license=(custom)
 source=(https://github.com/Unidata/netcdf-c/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
-        netcdf-fix-tst_h_atts3-hdf5-1.12.patch::https://patch-diff.githubusercontent.com/raw/Unidata/netcdf-c/pull/1980.patch)
+        netcdf-fix-tst_h_atts3-hdf5-1.12.patch::https://patch-diff.githubusercontent.com/raw/Unidata/netcdf-c/pull/1980.patch
+        netcdf-fix-H5Epush_ret-hdf5-1.12.1.patch::https://patch-diff.githubusercontent.com/raw/Unidata/netcdf-c/pull/2034.patch)
 sha256sums=('aff58f02b1c3e91dc68f989746f652fe51ff39e6270764e484920cb8db5ad092'
-            'db10788679c0240a2b3b422b24198ca5199973098c238a3e42b1989d5cf22dee')
+            'db10788679c0240a2b3b422b24198ca5199973098c238a3e42b1989d5cf22dee'
+            'dd7c77c364bc513092f91fbb3286778bfd1aff6c2bfb7bb7fc19077db204c2b6')
 
 prepare() {
   cd ${pkgname}-c-${pkgver}
   patch -p1 -i ../netcdf-fix-tst_h_atts3-hdf5-1.12.patch
+  patch -p1 -i ../netcdf-fix-H5Epush_ret-hdf5-1.12.1.patch
 }
 
 build() {




More information about the arch-commits mailing list