From 4ea14acad668034f2a333794fe63b773ac99fe1f Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 12 Oct 2021 08:04:24 +0100 Subject: sci-libs/avogadrolibs: apply (upstream) workaround for older hdf5lib API Bug: https://bugs.gentoo.org/810505 Signed-off-by: Sam James --- sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sci-libs/avogadrolibs') diff --git a/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild b/sci-libs/avogadrolibs/avogadrolibs-1.93.0.ebuild index a2872894639d..4db9d9a0c2b9 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}" -- cgit v1.2.3-65-gdbad