diff options
author | 2025-01-07 23:39:21 +0000 | |
---|---|---|
committer | 2025-01-07 23:39:39 +0000 | |
commit | 5aac98ba33e5dee3a4cb74d451fcfde895d14c2b (patch) | |
tree | e1736ee37bba8a11c468cd7204d5d89293417129 /sci-libs | |
parent | sys-firmware/edk2: Keyword 202411 for ~riscv (diff) | |
download | gentoo-5aac98ba33e5dee3a4cb74d451fcfde895d14c2b.tar.gz gentoo-5aac98ba33e5dee3a4cb74d451fcfde895d14c2b.tar.bz2 gentoo-5aac98ba33e5dee3a4cb74d451fcfde895d14c2b.zip |
sci-libs/vtk: depend on sci-libs/hdf5[cxx] for USE=cgns
Closes: https://bugs.gentoo.org/945964
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/vtk/vtk-9.3.1.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/vtk/vtk-9.3.1.ebuild b/sci-libs/vtk/vtk-9.3.1.ebuild index 62f33476fe4f..b893c6c86c4d 100644 --- a/sci-libs/vtk/vtk-9.3.1.ebuild +++ b/sci-libs/vtk/vtk-9.3.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -86,7 +86,10 @@ RDEPEND=" sci-libs/proj:= sys-libs/zlib boost? ( dev-libs/boost:=[mpi?] ) - cgns? ( >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=] ) + cgns? ( + >=sci-libs/cgnslib-4.1.1:=[hdf5,mpi=] + sci-libs/hdf5[cxx] + ) cuda? ( dev-util/nvidia-cuda-toolkit:= ) ffmpeg? ( media-video/ffmpeg:= ) gdal? ( sci-libs/gdal:= ) |