Skip to content

Commit

Permalink
Correct several 1.15/1.15.0 references to 1.14/1.14.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
lrknox committed Mar 4, 2024
1 parent 75a165b commit e6628e3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions HDF5Examples/CMakeUserPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
"name": "my-HDF5Dev",
"hidden": true,
"environment": {
"HDF5_ROOT": "${sourceParentDir}/temp/HDF_Group/HDF5/1.15.0",
"HDF5_PLUGIN_PATH": "${sourceParentDir}/temp/HDF_Group/HDF5/1.15.0/lib/plugin"
"HDF5_ROOT": "${sourceParentDir}/temp/HDF_Group/HDF5/1.14.4",
"HDF5_PLUGIN_PATH": "${sourceParentDir}/temp/HDF_Group/HDF5/1.14.4/lib/plugin"
},
"cacheVariables": {
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/temp/HDF_Group/HDF5/1.15.0"},
"HDF5_ROOT": {"type": "STRING", "value": "${sourceParentDir}/temp/HDF_Group/HDF5/1.14.4"},
"HDF_BUILD_FORTRAN": "ON",
"HDF_BUILD_JAVA": "ON",
"HDF_BUILD_FILTERS": "ON",
Expand Down Expand Up @@ -241,4 +241,4 @@
]
}
]
}
}
4 changes: 1 addition & 3 deletions release_docs/INSTALL_Auto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,7 @@ III. Full installation instructions for source distributions


3.11. Backward compatibility
The 1.15 version of the HDF5 library can be configured to operate
identically to the v1.14 library with the
--with-default-api-version=v114
The 1.14 version of the HDF5 library can be configured to operate
identically to the v1.12 library with the
--with-default-api-version=v112
configure flag, or identically to the v1.10 library with the
Expand Down
2 changes: 1 addition & 1 deletion release_docs/INSTALL_CMake.txt
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ Notes: This short set of instructions is written for users who want to
cmake -G "Visual Studio 16 2019" -A Win32 -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON ..\hdf5-1.14."X"

On Windows 64 bit
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON ..\hdf5-1.15."X"
cmake -G "Visual Studio 16 2019" -A x64 -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON ..\hdf5-1.14."X"

On Linux and Mac
cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=ON -DHDF5_BUILD_TOOLS:BOOL=ON ../hdf5-1.14."X"
Expand Down

0 comments on commit e6628e3

Please sign in to comment.