Skip to content

Commit

Permalink
Merge pull request #3356 from SebastianAchilles/eb492
Browse files Browse the repository at this point in the history
prepare release notes for EasyBuild v4.9.2 + bump version to 4.9.2
  • Loading branch information
boegel authored Jun 11, 2024
2 parents afad8e5 + ba87040 commit 91479c7
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
29 changes: 28 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,34 @@ For more detailed information, please see the git log.

These release notes can also be consulted at http://easybuild.readthedocs.org/en/latest/Release_notes.html.

The latest version of easybuild-easyblocks provides 255 software-specific easyblocks and 43 generic easyblocks.
The latest version of easybuild-easyblocks provides 259 software-specific easyblocks and 43 generic easyblocks.


v4.9.2 (12 June 2024)
---------------------

update/bugfix release

- 4 new software-specific easyblocks: QuantumESPRESSO with CMake (#3257), AEDT (#3281), optiSLang (#3300), MetalWalls (#3311, #3331)
- minor enhancements and updates, including:
- refactor GAMESS-US easyblock to directly write install.info (#3047)
- add ABAQUS license server to generated module (#3277)
- allow 'nosource: True' in PythonPackage extensions (#3305)
- auto-disable FFTW quad precision on RISC-V (#3314)
- use regular 'configure' instead of wrapper script in easyblock for UCX plugins (#3315)
- add libjpeg-turbo to include dir for torchvision easyblock (#3322, #3353)
- add RISC-V support to custom easyblocks for Clang (#3325), Java (#3323), Mesa (#3324)
- add a sanity check for OpenFOAM's 'wmake' to make sure it finds the compiler commands (#3328)
- always override the compiler version check for CUDA installations (#3329)
- allow version mismatchs between OpenSSL components in host system as long as they fulfill version requirements (#3340)
- allow external PRRTE in OpenMPI easyblock (#3347)
- various bug fixes, including:
- don't manipulate setup.py for Python 3.12+ when using alternate sysroot (#3313)
- do not run unit tests on Python 3.5 (#3326)
- avoid sanity check on the software itself for CargoPythonBundle easyblock (#3341)
- fix malformed '$CPATH' for intel-compilers on Debian/Ubuntu (#3346)
- other changes:
- Binary easyblock already adds top level directory to PATH, so no need to do it in the Stata easyblock (#3307)


v4.9.1 (5 April 2024)
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.2.dev0')
VERSION = LooseVersion('4.9.2')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit 91479c7

Please sign in to comment.