Date: Thursday, July 21, 2022 @ 20:14:40 Author: archange Revision: 1255054
archrelease: copy trunk to community-x86_64 Added: adios2/repos/community-x86_64/PKGBUILD (from rev 1255053, adios2/trunk/PKGBUILD) Deleted: adios2/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 58 +++++++++++++++++++++++++++++----------------------------- 1 file changed, 29 insertions(+), 29 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-07-21 20:14:33 UTC (rev 1255053) +++ PKGBUILD 2022-07-21 20:14:40 UTC (rev 1255054) @@ -1,29 +0,0 @@ -# Maintainer: Bruno Pagani <archa...@archlinux.org> - -pkgname=adios2 -pkgver=2.8.1 -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=('3f515b442bbd52e3189866b121613fe3b59edb8845692ea86fad83d1eba35d93') - -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 1255053, adios2/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-07-21 20:14:40 UTC (rev 1255054) @@ -0,0 +1,29 @@ +# Maintainer: Bruno Pagani <archa...@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 +}