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

Bruno Pagani archange at gemini.archlinux.org
Sat Oct 16 18:45:50 UTC 2021


    Date: Saturday, October 16, 2021 @ 18:45:50
  Author: archange
Revision: 1030559

upgpkg: sz 2.1.12-1

Modified:
  sz/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-16 18:40:57 UTC (rev 1030558)
+++ PKGBUILD	2021-10-16 18:45:50 UTC (rev 1030559)
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani <archange at archlinux.org>
 
 pkgname=sz
-pkgver=2.1.11.2
+pkgver=2.1.12
 pkgrel=1
 pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
 arch=(x86_64)
@@ -9,8 +9,8 @@
 license=(BSD)
 depends=(glibc gcc-libs)
 makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
-source=(https://github.com/szcompressor/SZ/releases/download/${pkgver}/sz-${pkgver}.tar.gz)
-sha256sums=('e4f8ad8f4cb232b7bc20cd2924a2a338495119123c21018b91af9e1ffe3fb94d')
+source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
+sha256sums=('3712b2cd7170d1511569e48a208f02dfb72ecd7ad053c321e2880b9083e150de')
 
 build() {
   cmake -B build -S SZ-${pkgver} \
@@ -19,6 +19,7 @@
     -DBUILD_FORTRAN=ON \
     -DBUILD_HDF5_FILTER=ON \
     -DBUILD_NETCDF_READER=ON \
+    -DBUILD_OPENMP=ON \
     -DBUILD_PYTHON_WRAPPER=ON
   make -C build
 }



More information about the arch-commits mailing list