diff options
author | Sean <sean@rogue-research.com> | 2021-02-08 20:16:41 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 20:16:41 (GMT) |
commit | aa95b70f6da1852f136e36954814be0fa4b02fa2 (patch) | |
tree | 4c8ef030d8a8679b229cd879f9b2a85a8798d89e /release_docs | |
parent | 2b4b8e8423bcbbc25df3c5d262bf310703e78f1b (diff) | |
download | hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.zip hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.tar.gz hdf5-aa95b70f6da1852f136e36954814be0fa4b02fa2.tar.bz2 |
Remove prohibition against building Universal Binaries on macOS (#318)
Fixes github issue #311.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 91eaaec..1d7e6da 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,13 @@ New Features Configuration: ------------- + - On macOS, Universal Binaries can now be built, allowing native execution on + both Intel and Apple Silicon (ARM) based Macs. + + To do so, set CMAKE_OSX_ARCHITECTURES="x86_64;arm64" + + (SAM - 2021/02/07, https://github.com/HDFGroup/hdf5/issues/311) + - CMake option to build the HDF filter plugins project as an external project The HDF filter plugins project is a collection of registered compression |