[arch-commits] Commit in adios2/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sat Apr 2 20:20:48 UTC 2022
Date: Saturday, April 2, 2022 @ 20:20:48
Author: archange
Revision: 1180870
upgpkg: adios2 2.8.0-1
Modified:
adios2/trunk/PKGBUILD
----------+
PKGBUILD | 22 ++++++++--------------
1 file changed, 8 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-02 20:10:57 UTC (rev 1180869)
+++ PKGBUILD 2022-04-02 20:20:48 UTC (rev 1180870)
@@ -1,32 +1,26 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=adios2
-pkgver=2.7.1
-pkgrel=4
+pkgver=2.8.0
+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 mgard nlohmann-json
+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
- adios2-gcc11.patch::https://patch-diff.githubusercontent.com/raw/ornladios/ADIOS2/pull/2710.patch)
-sha256sums=('c8e237fd51f49d8a62a0660db12b72ea5067512aa7970f3fcf80b70e3f87ca3e'
- 'ea10445fc942796568c6196a4bed7d506e8a6bf381b2a01c9bdaae38f1601ea2')
+source=(https://github.com/ornladios/ADIOS2/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+sha256sums=('5af3d950e616989133955c2430bd09bcf6bad3a04cf62317b401eaf6e7c2d479')
-prepare() {
- cd ${pkgname^^}-${pkgver}
- patch -p1 < ../adios2-gcc11.patch
-}
-
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
+ -DADIOS2_BUILD_EXAMPLES=OFF #\
+ #-DMGARD_INCLUDE_DIR=/usr/include/mgard
make VERBOSE=1 -C build
}
More information about the arch-commits
mailing list