[arch-commits] Commit in adios2/repos (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Fri Aug 19 19:22:14 UTC 2022


    Date: Friday, August 19, 2022 @ 19:22:14
  Author: felixonmars
Revision: 1270986

archrelease: copy trunk to community-testing-x86_64

Added:
  adios2/repos/community-testing-x86_64/
  adios2/repos/community-testing-x86_64/PKGBUILD
    (from rev 1270985, adios2/trunk/PKGBUILD)

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

Copied: adios2/repos/community-testing-x86_64/PKGBUILD (from rev 1270985, adios2/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2022-08-19 19:22:14 UTC (rev 1270986)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+pkgname=adios2
+pkgver=2.8.3
+pkgrel=2
+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