summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-07-27 17:29:22 (GMT)
committerGitHub <noreply@github.com>2022-07-27 17:29:22 (GMT)
commitfc9f31ad8c8ff4122e8bb2997e0a2bfa89cb054b (patch)
tree8c8c33c722ed8aefd3a738a77a03972249880cea /release_docs/RELEASE.txt
parenta0a1959c58973095194f2d9ac5f9b13bb7b14fb4 (diff)
downloadhdf5-fc9f31ad8c8ff4122e8bb2997e0a2bfa89cb054b.zip
hdf5-fc9f31ad8c8ff4122e8bb2997e0a2bfa89cb054b.tar.gz
hdf5-fc9f31ad8c8ff4122e8bb2997e0a2bfa89cb054b.tar.bz2
fortran module folder from GH#1411 #1922 (#1942)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 15 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e545cc7..b4f4e6d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -47,7 +47,21 @@ New Features
Configuration:
-------------
- -
+ - Correct the usage of CMAKE_Fortran_MODULE_DIRECTORY and where to
+ install Fortran mod files.
+
+ The Fortran modules files, ending in .mod are files describing a
+ Fortran 90 (and above) module API and ABI. These are not like C
+ header files describing an API, they are compiler dependent and
+ arch dependent, and not easily readable by a human being. They are
+ nevertheless searched for in the includes directories by gfortran
+ (in directories specified with -I).
+
+ Autotools configure uses the -fmoddir option to specify the folder.
+ CMake will use "mod" folder by default unless overridden by the CMake
+ variable; HDF5_INSTALL_MODULE_DIR.
+
+ (ADB - 2022/07/21)
Library: