Allen Byrne
Allen Byrne
Maybe, I think it would be a good place for specific settings that are specific to that build env.
Actually, a toolchain could be gotten from a URL using the FetchContent (CMake has an example)
current develop still fails.
HDF5_ENABLE_PARALLEL is only needed. HDF5_BUILD_PARALLEL_TOOLS enables an extended version of parallelized tools that requires extra libraries.
Another choice is to not use the h5cc(and such) and use CMake to properly find the CMake hdf5config.cmake files and use the imported targets using CMake build commands (add_executable, target_include_directories,...
> Another choice is to not use the h5cc(and such) and use CMake to properly find the CMake hdf5config.cmake files and use the imported targets using CMake build commands (add_executable,...
This test passes the CI when the macOS is 11.7.1 and fails when the CI uses macOS 12.6.1
Still an issue in develop (1.13.4)
Still an issue in develop (1.13.4)
CMake hdf5 uses pkgconfig as requested. (h5cc uses that also) see https://people.freedesktop.org/~dbn/pkg-config-guide.html