[arch-commits] Commit in avogadrolibs/trunk (PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Sat Apr 25 18:57:33 UTC 2020


    Date: Saturday, April 25, 2020 @ 18:57:32
  Author: foutrelis
Revision: 381573

Add workaround for building with hdf5 1.12

Modified:
  avogadrolibs/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 16:49:42 UTC (rev 381572)
+++ PKGBUILD	2020-04-25 18:57:32 UTC (rev 381573)
@@ -19,6 +19,10 @@
 
 build() {
   cd build
+
+  # Workaround for building with hdf5 1.12
+  CXXFLAGS+=' -DH5_USE_110_API'
+
   cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DENABLE_TRANSLATIONS=ON \



More information about the arch-commits mailing list