forked from HDFGroup/hdf5
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
H. Joe Lee edited this page Jul 19, 2023
·
9 revisions
Do not turn off HDF5_GENERATE_HEADERS
and HDF5_ENABLE_DEPRECATED_SYMBOLS
.
- Install Perl.
- Install CMake.
- Install Visual Studio C++.
- git clone https://github.com/hyoklee/hdf5.git
- cd hdf5
- mkdir build
- cd build
- cmake ..
2023-07-18: Enabling Fortran will fail.
- cmake -DHDF5_ENABLE_Z_LIB_SUPPORT:BOOL=OFF -DCMAKE_C_COMPILER="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin\icx.exe" -DCMAKE_CXX_COMPILER="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin\icx.exe" -DCMAKE_Fortran_COMPILER="C:\Program Files (x86)\Intel\oneAPI\compiler\latest\windows\bin\ifx.exe" -DHDF5_ENABLE_PARALLEL:BOOL=ON -DHDF5_BUILD_FORTRAN:BOOL=ON ..
- cmake --build . --config Release
- ctest -C Release -VV
- cmake -DCMAKE_INSTALL_PREFIX=/usr -P cmake_install.cmake
https://github.com/openscenegraph/osgQt/pull/29/files