Skip to content

Commit

Permalink
Merge pull request #2936 from SebastianAchilles/eb472
Browse files Browse the repository at this point in the history
prepare release notes for EasyBuild v4.7.2 + bump version to 4.7.2
  • Loading branch information
ocaisa authored May 27, 2023
2 parents 7a1730c + 42c96e4 commit 6e2cf1e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion RELEASE_NOTES
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,25 @@ 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 248 software-specific easyblocks and 39 generic easyblocks.
The latest version of easybuild-easyblocks provides 248 software-specific easyblocks and 41 generic easyblocks.


v4.7.2 (27 May 2023)
--------------------

- new generic easyblock for installing Rust crates with cargo: Cargo and CargoPythonPackage (#2902, #2934)
- minor enhancements and updates, including:
- let MATLAB easyblock raise an error if the MATLAB installation key is not provided (#2905)
- print message to inform that GPU package (instead of Kokkos) is used for LAMMPS (#2906)
- enhance PyTorch easyblock to use FlexiBLAS for PyTorch >= 1.11.0 (#2915)
- various bug fixes, including:
- use custom RPATH sanity check for Go packages that doesn't actually check for an RPATH section in the binary (#2913)
- use string '0' to avoid problems when openssl version is not determined (#2914)
- update GCC easyblock to ensure that --sysroot is passed to linker (but only when it needs to be) (#2921)
- add output log to MATLAB installs, actually parse for common errors (#2924)
- enhance Gurobi easyblock to allow using $EB_GUROBI_LICENSE_FILE environment variable (#2926)
- force building torchvision with CUDA support if CUDA is included as dependency by setting `$FORCE_CUDA` (#2931)
- fix exec permission on files in arch bindir for COMSOL (#2932)

v4.7.1 (March 20th 2023)
------------------------
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.7.2.dev0')
VERSION = LooseVersion('4.7.2')
UNKNOWN = 'UNKNOWN'


Expand Down

0 comments on commit 6e2cf1e

Please sign in to comment.