File tree Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Expand file tree Collapse file tree 2 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,27 @@ For more detailed information, please see the git log.
3
3
4
4
These release notes can also be consulted at http://easybuild.readthedocs.org/en/latest/Release_notes.html.
5
5
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)
7
27
8
28
9
29
v4.7.2 (27 May 2023)
@@ -23,6 +43,7 @@ v4.7.2 (27 May 2023)
23
43
- force building torchvision with CUDA support if CUDA is included as dependency by setting `$FORCE_CUDA` (#2931)
24
44
- fix exec permission on files in arch bindir for COMSOL (#2932)
25
45
46
+
26
47
v4.7.1 (March 20th 2023)
27
48
------------------------
28
49
Original file line number Diff line number Diff line change 43
43
# recent setuptools versions will *TRANSFORM* something like 'X.Y.Zdev' into 'X.Y.Z.dev0', with a warning like
44
44
# UserWarning: Normalizing '2.4.0dev' to '2.4.0.dev0'
45
45
# This causes problems further up the dependency chain...
46
- VERSION = LooseVersion ('4.7.3.dev0 ' )
46
+ VERSION = LooseVersion ('4.8.0 ' )
47
47
UNKNOWN = 'UNKNOWN'
48
48
49
49
You can’t perform that action at this time.
0 commit comments