diff options
author | Raphael Grimm <barcode@users.noreply.github.com> | 2021-03-22 20:26:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-22 20:26:21 (GMT) |
commit | 62fe5a77024b639ea77ca6cd7f45ff0c57faca53 (patch) | |
tree | 66e44f4cbc81a44d5ca75c8b92113a9450ec68b1 /release_docs | |
parent | c193d436f512e73be6569e56bf875bb2673ebdf8 (diff) | |
download | hdf5-62fe5a77024b639ea77ca6cd7f45ff0c57faca53.zip hdf5-62fe5a77024b639ea77ca6cd7f45ff0c57faca53.tar.gz hdf5-62fe5a77024b639ea77ca6cd7f45ff0c57faca53.tar.bz2 |
Add cmake variable HDF5_LIB_INFIX (#7)
* Add cmake variable HDF5_LIB_INFIX
This infix is added to all library names after 'hdf5'.
e.g. the infix '_openmpi' results in the library name 'libhdf5_openmpi.so'
This name is used in packages on debian based systems.
(see https://packages.debian.org/jessie/amd64/libhdf5-openmpi-8/filelist)
This option is useful when testing projects on debian based systems with
custom builds of hdf5 while trying to minimize differences between the
custom setup and the environment created by installing system packages.
* Added RELEASE.txt entry for HDF5_LIB_INFIX.
Co-authored-by: Larry Knox <lrknox@hdfgroup.org>
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8fdec08..6515346e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -47,6 +47,15 @@ New Features Configuration: ------------- + - Add CMake variable HDF5_LIB_INFIX + + This infix is added to all library names after 'hdf5'. + e.g. the infix '_openmpi' results in the library name 'libhdf5_openmpi.so' + This name is used in packages on debian based systems. + (see https://packages.debian.org/jessie/amd64/libhdf5-openmpi-8/filelist) + + (barcode - 2021/03/22) + - On macOS, Universal Binaries can now be built, allowing native execution on both Intel and Apple Silicon (ARM) based Macs. |