You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using my current hdf5 patch to allow cmake to find a hdf5 installation from homebrew, the initial cmake command will complete, but if the cmake command is rerun in the same directory, the subsequent run will fail with the below error output,
CMake Warning at /Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/patches/99/FindHDF5.cmake:735 (message):
HDF5 Version found for language C, 1.14.4.3 is different than previously
found version 1.14.4
Call Stack (most recent call first):
/Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/VTK-vtk-module-find-packages.cmake:444 (find_package)
/Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/vtk-config.cmake:166 (include)
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:59 (find_package)
CMakeLists.txt:71 (SetupSalomeSMESH)
CMake Error at /Users/chris/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:233 (message):
Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_HL_LIBRARIES) (found
version "1.14.4")
Call Stack (most recent call first):
/Users/chris/homebrew/Cellar/cmake/3.30.5/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:603 (_FPHSA_FAILURE_MESSAGE)
/Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/patches/99/FindHDF5.cmake:1006 (find_package_handle_standard_args)
/Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/VTK-vtk-module-find-packages.cmake:444 (find_package)
/Users/chris/homebrew/opt/vtk/lib/cmake/vtk-9.3/vtk-config.cmake:166 (include)
cMake/FreeCAD_Helpers/SetupSalomeSMESH.cmake:59 (find_package)
CMakeLists.txt:71 (SetupSalomeSMESH)
-- Configuring incomplete, errors occurred!
-- Cache values
The text was updated successfully, but these errors were encountered:
ipatch
changed the title
subsquent cmake configures fail, but clearing the cmake cache allows cmake to run
subsquent cmake configures fail, but clearing the cmake cache allows cmake to run (HDF5)
Nov 6, 2024
the below patch file should fix the above mentioned error in this issue. all that is left is to integrate the patch file in the various freecad formulas in this repo.
using my current hdf5 patch to allow cmake to find a hdf5 installation from homebrew, the initial cmake command will complete, but if the cmake command is rerun in the same directory, the subsequent run will fail with the below error output,
The text was updated successfully, but these errors were encountered: