Skip to content

Commit ddfba34

Browse files
committed
prepare release notes for EasyBuild v4.8.0 + bump version to 4.8.0
1 parent fddeab7 commit ddfba34

File tree

2 files changed

+23
-2
lines changed

2 files changed

+23
-2
lines changed

RELEASE_NOTES

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,27 @@ For more detailed information, please see the git log.
33

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

6-
The latest version of easybuild-easyblocks provides 248 software-specific easyblocks and 41 generic easyblocks.
6+
The latest version of easybuild-easyblocks provides 249 software-specific easyblocks and 42 generic easyblocks.
7+
8+
9+
v4.8.0 (7 July 2023)
10+
--------------------
11+
12+
feature release
13+
14+
- add `PerlBundle` generic easyblock for installing a bundle of Perl modules (#2945)
15+
- add custom easyblock for Rust, which makes sure that all shared libraries use RPATH rather than RUNPATH if --rpath is used (#2952)
16+
- minor enhancements and updates, including:
17+
- add support for NVIDIA Hopper CC 9.0 in LAMMPS (#2941)
18+
- add support for `install_cmds` in `Binary` easyblock (#2953)
19+
- various bug fixes, including:
20+
- patch CMake's UnixPaths.cmake script if --sysroot is set (#2248)
21+
- fix incorrect sanity_check_step for torchvision (#2938)
22+
- update OpenBLAS easyblock since make shared is necessary and sufficient with OpenBLAS 0.3.23 + recent parallel build fixes (#2944)
23+
- improve handling of `optarch` in `Cargo` easyblock (#2947)
24+
- reset modules loaded by PythonPackage to let ExtensionEasyBlock handle `multi_deps` correctly (#2951)
25+
- other changes:
26+
- stop running tests with Python 2.7 since it is no longer supported in GitHub Actions (#2943)
727

828

929
v4.7.2 (27 May 2023)
@@ -23,6 +43,7 @@ v4.7.2 (27 May 2023)
2343
- force building torchvision with CUDA support if CUDA is included as dependency by setting `$FORCE_CUDA` (#2931)
2444
- fix exec permission on files in arch bindir for COMSOL (#2932)
2545

46+
2647
v4.7.1 (March 20th 2023)
2748
------------------------
2849

easybuild/easyblocks/__init__.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.7.3.dev0')
46+
VERSION = LooseVersion('4.8.0')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)