commit:     4ea14acad668034f2a333794fe63b773ac99fe1f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:04:24 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:04:49 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ea14aca

sci-libs/avogadrolibs: apply (upstream) workaround for older hdf5lib API

Bug: https://bugs.gentoo.org/810505
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild 
b/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild
index a2872894639..4db9d9a0c2b 100644
--- a/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild
+++ b/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -62,6 +62,11 @@ src_unpack() {
 }
 
 src_configure() {
+       # Seems to be what upstream are using too. Apply the old hdf5lib 
workaround.
+       # 
https://github.com/OpenChemistry/avogadrolibs/commit/32e3dd8ce9f48f74e3960dc9afcc614496d87c7f
+       # bug #810505
+       append-cppflags -DH5_USE_110_API
+
        # -DBUILD_STATIC_PLUGINS=$(usex static-plugins)
        local mycmakeargs=(
                -DCMAKE_INSTALL_DOCDIR="${EPREFIX}/usr/share/doc/${PF}"

Reply via email to