commit:     86be76aee2bb150b0ae69acab515c46be67bd58d
Author:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 11 01:26:04 2025 +0000
Commit:     Eli Schwartz <eschwartz <AT> gentoo <DOT> org>
CommitDate: Thu Sep 11 05:52:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86be76ae

sci-physics/espresso: widen allowed hdf5 in live ebuild

It supports hdf5 >= 1.13 now, and exhanges it for not supporting "hdf5
built with cmake".

Bug: https://bugs.gentoo.org/927149
Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org>

 sci-physics/espresso/espresso-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sci-physics/espresso/espresso-9999.ebuild 
b/sci-physics/espresso/espresso-9999.ebuild
index 25f731d8180d..cc0a5e754d5a 100644
--- a/sci-physics/espresso/espresso-9999.ebuild
+++ b/sci-physics/espresso/espresso-9999.ebuild
@@ -28,6 +28,7 @@ RESTRICT="!test? ( test )"
 REQUIRED_USE="
        ${PYTHON_REQUIRED_USE}"
 
+# cmake built hdf5 fails to detect, -r1 switched to cmake
 RDEPEND="
        ${PYTHON_DEPS}
        $(python_gen_cond_dep '
@@ -37,7 +38,7 @@ RDEPEND="
        cuda? ( >=dev-util/nvidia-cuda-toolkit-4.2.9-r1 )
        fftw? ( sci-libs/fftw:3.0 )
        dev-libs/boost:=[mpi]
-       hdf5? ( <sci-libs/hdf5-1.13:=[mpi] )
+       hdf5? ( <sci-libs/hdf5-1.14.6-r1:=[mpi] )
 "
 
 DEPEND="${RDEPEND}

Reply via email to