@@ -3,6 +3,33 @@ For more detailed information, please see the git log.
33
44These release notes can also be consulted at https://easybuild.readthedocs.io/en/latest/Release_notes.html.
55
6+ v4.3.1 (October 29th 2020)
7+ --------------------------
8+
9+ update/bugfix release
10+
11+ - various enhancements, including:
12+ - further GCC toolchain fixes for aarch64 (#3433)
13+ - take into account --include-easyblocks-from-pr when uploading test reports (#3446)
14+ - add path to pkg-config files in sysroot to $PKG_CONFIG_PATH when --sysroot is specified (#3451)
15+ - add support for NVHPC compiler + toolchain (based on PGI) (#3454)
16+ - check for _VERSION and _PREFIX Cray environment variables with both software and module name (#3460)
17+ - allow including easyblocks from multiple PRs (#3480, #3481)
18+ - various bug fixes, including:
19+ - avoid UnicodeDecodeError in apply_regex_substitutions when patching files that include non-UTF-8 characters (#3450)
20+ - avoid appending lib stubs pattern to RPATH filter over and over again (#3452)
21+ - fix missing string template on error for incorrect extension 'sources' value (#3461)
22+ - fix compatibility with Python 3.9 by renaming fancy root logger (#3465)
23+ - also remove empty checksums list specified in easyconfig file when using --inject-checksums (#3466)
24+ - avoid confusing error log message when determining impi version while trying to define value for %(mpi_cmd_prefix)s template (#3474)
25+ - unset $LD_LIBRARY_PATH when checking for OS dependencies with 'rpm' & co (#3477)
26+ - don't change directory in download_repo function in tools.github (#3486)
27+ - take source_urls, checksums, patches into account when extension source is specified via 'sources' (#3487)
28+ - other changes:
29+ - consider $EB_INSTALLPYTHON in 'eb' command to specify 'python' command to use for running EasyBuild (#3428)
30+ - use only the sub folder name for createSubmoduleDeps script (#3464)
31+
32+
633v4.3.0 (September 13th 2020)
734----------------------------
835
0 commit comments