diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-13 14:41:41 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2017-12-13 14:41:41 (GMT) |
commit | 23003990cc034b3ace8c1452aaa1fb1cadbddf51 (patch) | |
tree | a26540776f275ed19559ce7859e210f41e5ee0c2 /release_docs | |
parent | 27c8aafd4f036f0d7e72066a90837451c0a1b78d (diff) | |
parent | 4f37d8e538a95a1081649b3d257b185455bad8c0 (diff) | |
download | hdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.zip hdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.tar.gz hdf5-23003990cc034b3ace8c1452aaa1fb1cadbddf51.tar.bz2 |
Merge pull request #824 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10
* commit '4f37d8e538a95a1081649b3d257b185455bad8c0': (44 commits)
HDFFV-10223 Shared libraries fail test on OSX with fortran enabled with cmake
removed duplicate exports of DS subroutines
removed duplicate exports of DS subroutines
Normalization with VOL integration branch.
clean-up
moved dll export to Module
Fixed typo.
removed parameters
added missing parameter
added missing parameter
removed duplicate exports of DS subroutines
removed fortran comments
Various code cleanup Description: - Replaced H5Location::exists with H5Location::nameExists and marked H5Location::exists as deprecated. - Miscellaneous test cleanup for consistency. Platforms tested: Linux/32 2.6 (jam) Linux/64 (jelly) Darwin (osx1010test)
exported global variables for windows
Fixed an incorrect FUNC_ENTER macro.
Normalization with VOL integration branch.
Normalization with VOL integration branch.
export var.
initialized integer constants
Update macros
...
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/INSTALL_CMake.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt index f36c29d..c5e2c4c 100644 --- a/release_docs/INSTALL_CMake.txt +++ b/release_docs/INSTALL_CMake.txt @@ -594,7 +594,6 @@ HDF5_USE_FOLDERS "Enable folder grouping of projects in IDEs." HDF5_WANT_DATA_ACCURACY "IF data accuracy is guaranteed during data conversions" ON HDF5_WANT_DCONV_EXCEPTION "exception handling functions is checked during data conversions" ON HDF5_ENABLE_THREADSAFE "Enable Threadsafety" OFF -SKIP_HDF5_FORTRAN_SHARED "Do not build the fortran shared libraries" OFF if (APPLE) HDF5_BUILD_WITH_INSTALL_NAME "Build with library install_name set to the installation path" OFF if (CMAKE_BUILD_TYPE MATCHES Debug) |