Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
adios2


Commits:
72085d64 by Jakub Klinkovský at 2024-11-17T14:48:47+01:00
upgpkg: 2.10.2-3: enable mgard

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = adios2
        pkgdesc = The Adaptable Input/Output System version 2
        pkgver = 2.10.2
-       pkgrel = 2
+       pkgrel = 3
        url = https://adios2.readthedocs.io/en/latest/
        arch = x86_64
        license = Apache-2.0
@@ -24,6 +24,7 @@ pkgbase = adios2
        depends = libpng16.so
        depends = libsodium
        depends = libsodium.so
+       depends = mgard
        depends = openmpi
        depends = libmpi.so
        depends = openucx


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=adios2
 pkgver=2.10.2
-pkgrel=2
+pkgrel=3
 pkgdesc="The Adaptable Input/Output System version 2"
 arch=(x86_64)
 url="https://adios2.readthedocs.io/en/latest/";
@@ -17,6 +17,7 @@ depends=(
   libfabric
   libpng libpng16.so
   libsodium libsodium.so
+  mgard
   openmpi libmpi.so
   openucx libucp.so libucs.so
   pugixml
@@ -29,7 +30,6 @@ depends=(
   zfp
   zlib libz.so
 )
-# with mgard does not build currently, not time to investigate
 makedepends=(
   cmake
   gcc-fortran
@@ -61,7 +61,7 @@ build() {
     #-DADIOS2_HAVE_HDF5_VOL needs hdf5-openmpi
     -DADIOS2_HAVE_HDF5_VOL=OFF
     -DADIOS2_BUILD_EXAMPLES=OFF
-    #-DMGARD_INCLUDE_DIR=/usr/include/mgard
+    -Wno-dev
   )
   cmake "${cmake_flags[@]}"
   cmake --build build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adios2/-/commit/72085d640168558fae2d32b6b89b16e0484ab1ec

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/adios2/-/commit/72085d640168558fae2d32b6b89b16e0484ab1ec
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to