Skip to content

Commit 738640c

Browse files
authored
Merge pull request #4041 from SebastianAchilles/eb460
prepare release notes for EasyBuild v4.6.0 + bump version to 4.6.0
2 parents edba79e + 8e7097a commit 738640c

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

RELEASE_NOTES

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,28 @@ 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, #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+
729
v4.5.5 (June 8th 2022)
830
----------------------
931

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)