Summary: | sci-libs/gdal-3.5.0-r3 USE=hdf5 - CMake Error at cmake/helpers/CheckDependentLibraries.cmake:178 (message): Configured to use HDF5, but not found | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Bernd <waebbl-gentoo> |
Component: | Current packages | Assignee: | Sci-geo Project <sci-geosciences> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | fatzer2, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | gdal-3.5.0-r3:20220520-055725.log |
Description
Bernd
2022-05-20 06:16:43 UTC
Created attachment 779591 [details]
gdal-3.5.0-r3:20220520-055725.log
build log
Without USE=hdf5 (and using gdal-3.5.0-r4 to avoid https://bugs.gentoo.org/845369) the package builds. I can confirm the issue... It looks like sci-libs/gdal strictly requires `USE=cxx` for sci-libs/hdf5 now... Thanks Fat-Zer, enabling USE=cxx for hdf5 indeed solves this. Given much of gdal is written in C++, that seems reasonable enough. The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=032d9fc2b5dfaa6d45ae78d346aa7795f497a1a5 commit 032d9fc2b5dfaa6d45ae78d346aa7795f497a1a5 Author: Sam James <sam@gentoo.org> AuthorDate: 2022-05-23 21:51:19 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-23 21:51:19 +0000 sci-libs/gdal: needs hdf5[cxx] Closes: https://bugs.gentoo.org/846530 Signed-off-by: Sam James <sam@gentoo.org> sci-libs/gdal/gdal-3.5.0-r4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) |