Skip to content

Commit

Permalink
Merge pull request #3457 from boegel/develop
Browse files Browse the repository at this point in the history
sync with main + bump version to 4.9.5dev
  • Loading branch information
verdurin authored Sep 22, 2024
2 parents 9193996 + 81e08f1 commit 5cdeaef
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,25 @@ These release notes can also be consulted at http://easybuild.readthedocs.org/en
The latest version of easybuild-easyblocks provides 259 software-specific easyblocks and 43 generic easyblocks.


v4.9.4 (22 September 2024)
--------------------------

update/bugfix release

- various enhancements, including:
- allow Python bundles and packages to specify a maximum Python version for the system toolchain (#3431)
- copy EasyConfig instance in constructor of Bundle and Cargo easyblocks before making changes to it (#3448)
- fix crash in GCC easyblock when cuda-compute-capabilities EasyBuild configuration option is not set (#3449)
- various bug fixes, including:
- ignore Python from virtualenvs in GROMACS configure via -DPython3_FIND_VIRTUALENV=STANDARD (#3283)
- enhance custom easyblock for NCCL: add licence to NCCL installation (#3451)


v4.9.3 (14 September 2024)
--------------------------

update/bugfix release

- minor updates, including:
- update custom easyblock for Tensorflow for versions 2.14 + 2.15 (#3303)
- add support for versions >= 2024a to MCR easyblock (#3369)
Expand Down
2 changes: 1 addition & 1 deletion easybuild/easyblocks/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
# This causes problems further up the dependency chain...
VERSION = LooseVersion('4.9.4.dev0')
VERSION = LooseVersion('4.9.5.dev0')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit 5cdeaef

Please sign in to comment.