[arch-commits] Commit in adios2/repos/community-x86_64 (PKGBUILD PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sat Jun 4 20:01:23 UTC 2022
Date: Saturday, June 4, 2022 @ 20:01:23
Author: archange
Revision: 1222370
archrelease: copy trunk to community-x86_64
Added:
adios2/repos/community-x86_64/PKGBUILD
(from rev 1222368, adios2/trunk/PKGBUILD)
Deleted:
adios2/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 58 +++++++++++++++++++++++++++++-----------------------------
1 file changed, 29 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-06-04 20:01:14 UTC (rev 1222369)
+++ PKGBUILD 2022-06-04 20:01:23 UTC (rev 1222370)
@@ -1,29 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-pkgname=adios2
-pkgver=2.8.0
-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=('5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479')
-
-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 1222368, adios2/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-06-04 20:01:23 UTC (rev 1222370)
@@ -0,0 +1,29 @@
+# Maintainer: Bruno Pagani <archange at 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
+}
More information about the arch-commits
mailing list