File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ For more detailed information, please see the git log.
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
66
7+ v4.6.0 (July 8th 2022)
8+ ----------------------
9+
10+ feature release
11+
12+ - various enhancements, including:
13+ - allow searching for sources/patches in alternative location by specifying 'alt_location' in source/patch spec (#3994)
14+ - show URLs used for download attempts in trace output (#4026)
15+ - add support for setting environment variables via 'pushenv' with modextravars (#4030)
16+ - add support for OneAPI compilers using toolchain option 'oneapi' (#4031, #4032, #4039)
17+ - make check_linked_shared_libs more robust by taking into account that 'ldd' may fail (#4033)
18+ - fall back to sequential extension install if parallel install is not implemented (#4034)
19+ - add support for using template values in name/version of extensions (#4036)
20+ - various bug fixes, including:
21+ - make sure that ARCH constant has 'aarch64' (rather than 'arm64') as value on macOS ARM (#4018)
22+ - tweak 'eb' wrapper script to correctly handle errors when python command being considered fails to run (#4019)
23+ - tweak is_patch_for function to make it more robust (#4028)
24+ - other changes:
25+ - update Lmod used to run tests to version 8.7.6 (#4027, #4030)
26+ - tweak apply_patch to not create .orig files (by default) when applying patch files (#4038)
27+
28+
729v4.5.5 (June 8th 2022)
830----------------------
931
Original file line number Diff line number Diff line change 4343# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
4444# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
4545# This causes problems further up the dependency chain...
46- VERSION = LooseVersion ('4.5.6.dev0 ' )
46+ VERSION = LooseVersion ('4.6.0 ' )
4747UNKNOWN = 'UNKNOWN'
4848
4949
You can’t perform that action at this time.
0 commit comments