[arch-commits] Commit in sz/repos/community-x86_64 (PKGBUILD PKGBUILD)

Bruno Pagani archange at archlinux.org
Sun Mar 14 20:11:32 UTC 2021


    Date: Sunday, March 14, 2021 @ 20:11:32
  Author: archange
Revision: 891295

archrelease: copy trunk to community-x86_64

Added:
  sz/repos/community-x86_64/PKGBUILD
    (from rev 891294, sz/trunk/PKGBUILD)
Deleted:
  sz/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-14 20:11:22 UTC (rev 891294)
+++ PKGBUILD	2021-03-14 20:11:32 UTC (rev 891295)
@@ -1,30 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=sz
-pkgver=2.1.10
-pkgrel=2
-pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
-arch=(x86_64)
-url="https://szcompressor.org/"
-license=(BSD)
-depends=(glibc gcc-libs)
-makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
-source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
-sha256sums=('3aba7619bdb5412218f162696f946c9d3a3df5acf128ddc685b21e45c11f6ae3')
-
-build() {
-  cmake -B build -S ${pkgname}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DBUILD_FORTRAN=ON \
-    -DBUILD_HDF5_FILTER=ON \
-    -DBUILD_NETCDF_READER=ON \
-    -DBUILD_PYTHON_WRAPPER=ON
-  make -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-  install -Dm644 ${pkgname}-${pkgver}/copyright-and-BSD-license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
-  rm "${pkgdir}"/usr/bin/test*
-}

Copied: sz/repos/community-x86_64/PKGBUILD (from rev 891294, sz/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-14 20:11:32 UTC (rev 891295)
@@ -0,0 +1,30 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=sz
+pkgver=2.1.11
+pkgrel=1
+pkgdesc="Modular parametrizable lossy compressor framework for scientific data"
+arch=(x86_64)
+url="https://szcompressor.org/"
+license=(BSD)
+depends=(glibc gcc-libs)
+makedepends=(cmake gcc-fortran hdf5 netcdf python python-numpy swig)
+source=(https://github.com/szcompressor/SZ/releases/download/v${pkgver}/sz-${pkgver}.tar.gz)
+sha256sums=('85b8ef99344a3317ba9ee63ca4b9d99a51d1832d4d8880e01c7c56b3a69cacc9')
+
+build() {
+  cmake -B build -S SZ-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DBUILD_FORTRAN=ON \
+    -DBUILD_HDF5_FILTER=ON \
+    -DBUILD_NETCDF_READER=ON \
+    -DBUILD_PYTHON_WRAPPER=ON
+  make -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+  install -Dm644 SZ-${pkgver}/copyright-and-BSD-license.txt -t "${pkgdir}"/usr/share/licenses/${pkgname}
+  rm "${pkgdir}"/usr/bin/test*
+}



More information about the arch-commits mailing list