You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,26 @@ For more detailed information, please see the git log.
4
4
These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
5
5
6
6
7
+
v4.5.1 (December 13th 2021)
8
+
---------------------------
9
+
10
+
update/bugfix release
11
+
12
+
- various enhancements, including:
13
+
- also dump environment to reprod directory (#3374)
14
+
- determine which extensions can be skipped in parallel (if --parallel-extensions-install is enabled) (#3890)
15
+
- fall back to sequential installation for extensions with unknown dependencies when using --parallel-extensions-install (#3906)
16
+
- allow oversubscription in sanity check for OpenMPI-based toolchains (#3909)
17
+
- various bug fixes, including:
18
+
- don't try to ensure absolute path for path part of repositorypath (#3893, #3899)
19
+
- fix typo in EULA agreement error message (#3894)
20
+
- only remove lock if it was created in the same EasyBuild session (not if it existed already) (#3889)
21
+
- introduce EasyBlock.post_init method to correctly define builddir variable when build-in-installdir mode is enabled in easyconfig or easyblock (#3900)
22
+
- also show download progress bar when using --inject-checksums (#3905)
23
+
- pick up custom extract_cmd specified for extension (#3907)
24
+
- make test_run_cmd_async more robust against fluke failures (#3908)
0 commit comments