diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-02-09 15:45:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 15:45:18 (GMT) |
commit | 679bc678cf139232499d90b84e4c575af7d42261 (patch) | |
tree | 7f36b76ce2494cba6f044ef088c3a4f80d7a3ee2 /release_docs | |
parent | 62025dcac64243d50da295b5651c6ea94552299e (diff) | |
download | hdf5-679bc678cf139232499d90b84e4c575af7d42261.zip hdf5-679bc678cf139232499d90b84e4c575af7d42261.tar.gz hdf5-679bc678cf139232499d90b84e4c575af7d42261.tar.bz2 |
1 10 Merge #318 OSX changes from develop (#327)
* HDFFV-10865 - merge from dev, HDFArray perf fix.
* Remove duplicate setting
* Whitespace changes after clang format
* Undo version 11 clang format changes
* Merge CMake changes from develop
* test testing script merge from develop
* Update supported platforms
* PR#3 merge from develop
* Merge gcc 10 diagnostics option from develop
* Merge #318 OSX changes from develop
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 1555ffd..7ced618 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) + - Added a configure-time option to control certain compiler warnings diagnostics |