Skip to content

Commit 25eef76

Browse files
authored
Merge pull request #3492 from boegel/develop
sync with master + bump version to 4.3.2dev
2 parents 964c3fe + ec1916d commit 25eef76

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

RELEASE_NOTES

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@ For more detailed information, please see the git log.
33

44
These 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+
633
v4.3.0 (September 13th 2020)
734
----------------------------
835

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.3.1.dev0')
46+
VERSION = LooseVersion('4.3.2.dev0')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)