Skip to content

Commit 24ef57b

Browse files
prepare release notes for EasyBuild v4.6.0 + bump version to 4.6.0
1 parent edba79e commit 24ef57b

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

RELEASE_NOTES

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ For more detailed information, please see the git log.
44
These 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)
17+
- add dedicated test for opting in to using oneAPI Intel compilers (#4032)
18+
- make check_linked_shared_libs more robust by taking into account that 'ldd' may fail (#4033)
19+
- fallback to sequential extension install if parallel install is not implemented (#4034)
20+
- add support for using template values in name/version of extensions (#4036)
21+
- various bug fixes, including:
22+
- make sure that ARCH constant has 'aarch64' (rather than 'arm64') as value on macOS ARM (#4018)
23+
- tweak eb wrapper script to correctly handle errors when python command being considered fails to run (#4019)
24+
- tweak is_patch_for function to make it more robust (#4028)
25+
- don't use -ftz for Intel oneAPI compilers versions before 2022.x (#4039)
26+
- other changes:
27+
- update Lmod used to run tests to version 8.7.4 (#4027)
28+
- tweak apply_patch to not create .orig files (by default) when applying patch files (#4038)
29+
30+
731
v4.5.5 (June 8th 2022)
832
----------------------
933

easybuild/tools/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
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')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)