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

Bruno Pagani archange at gemini.archlinux.org
Tue Aug 2 23:41:24 UTC 2022


    Date: Tuesday, August 2, 2022 @ 23:41:24
  Author: archange
Revision: 1259945

archrelease: copy trunk to community-x86_64

Added:
  adios2/repos/community-x86_64/PKGBUILD
    (from rev 1259944, adios2/trunk/PKGBUILD)
Deleted:
  adios2/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-02 23:41:18 UTC (rev 1259944)
+++ PKGBUILD	2022-08-02 23:41:24 UTC (rev 1259945)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=adios2
-pkgver=2.8.2
-pkgrel=1
-pkgdesc="The Adaptable Input/Output System version 2"
-arch=(x86_64)
-url="https://adios2.readthedocs.io/en/latest/"
-license=(Apache)
-depends=(blosc bzip2 glibc gcc-libs hdf5 libfabric libpng nlohmann-json
-         openmpi pugixml pybind11 sz yaml-cpp zeromq zfp zlib)
-# with mgard does not build currently, not time to investigate
-makedepends=(cmake gcc-fortran gtest python python-mpi4py python-numpy)
-source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('9909f6409dc44b2c28c1fda0042dab4b711f25ec3277ef0cb6ffc40f5483910d')
-
-build() {
-  cmake -B build -S ${pkgname^^}-${pkgver} \
-    -DCMAKE_INSTALL_PREFIX=/usr \
-    -DCMAKE_SKIP_RPATH=ON \
-    -DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON \
-    -DADIOS2_BUILD_EXAMPLES=OFF #\
-    #-DMGARD_INCLUDE_DIR=/usr/include/mgard
-  make VERBOSE=1 -C build
-}
-
-package() {
-  make -C build DESTDIR="${pkgdir}" install
-}

Copied: adios2/repos/community-x86_64/PKGBUILD (from rev 1259944, adios2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-08-02 23:41:24 UTC (rev 1259945)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=adios2
+pkgver=2.8.3
+pkgrel=1
+pkgdesc="The Adaptable Input/Output System version 2"
+arch=(x86_64)
+url="https://adios2.readthedocs.io/en/latest/"
+license=(Apache)
+depends=(blosc bzip2 glibc gcc-libs hdf5 libfabric libpng nlohmann-json
+         openmpi pugixml pybind11 sz yaml-cpp zeromq zfp zlib)
+# with mgard does not build currently, not time to investigate
+makedepends=(cmake gcc-fortran gtest python python-mpi4py python-numpy)
+source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('4906ab1899721c41dd918dddb039ba2848a1fb0cf84f3a563a1179b9d6ee0d9f')
+
+build() {
+  cmake -B build -S ${pkgname^^}-${pkgver} \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_SKIP_RPATH=ON \
+    -DADIOS2_USE_EXTERNAL_DEPENDENCIES=ON \
+    -DADIOS2_BUILD_EXAMPLES=OFF #\
+    #-DMGARD_INCLUDE_DIR=/usr/include/mgard
+  make VERBOSE=1 -C build
+}
+
+package() {
+  make -C build DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list