diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2023-05-04 03:03:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 03:03:58 (GMT) |
commit | 654dd01525fe0e46e4bd084421c747ae223452c9 (patch) | |
tree | 03ad0dcd315c64ce306cd51ec247b3c990572029 /release_docs/RELEASE.txt | |
parent | 25a8ba9fde67d1287e1966f3155aece2fdb46f9a (diff) | |
download | hdf5-654dd01525fe0e46e4bd084421c747ae223452c9.zip hdf5-654dd01525fe0e46e4bd084421c747ae223452c9.tar.gz hdf5-654dd01525fe0e46e4bd084421c747ae223452c9.tar.bz2 |
Force lowercase Fortran module file names (#2891)
* fixed args in execvp for h5fuse
* Force lowercase Fortran module file names for Cray compilers
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d0ac38f..574d167 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -443,6 +443,12 @@ Bug Fixes since HDF5-1.14.0 release Fixes GitHub issues #1546 and #2259 + - Force lowercase Fortran module file names + + The Cray Fortran compiler uses uppercase Fortran module file names, which + caused CMake installs to fail. A compiler option was added to use lowercase + instead. + Tools ----- |