You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES
+27-1Lines changed: 27 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,33 @@ 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 246 software-specific easyblocks and 37 generic easyblocks.
6
+
The latest version of easybuild-easyblocks provides 248 software-specific easyblocks and 37 generic easyblocks.
7
+
8
+
9
+
v4.6.2 (October 21st 2022)
10
+
--------------------------
11
+
12
+
update/bugfix release
13
+
14
+
- 2 new software-specific easyblock:
15
+
- CUDA compatibility libraries (#2764) and mamba (#2808)
16
+
- minor enhancements and updates, including:
17
+
- update OpenFOAM easyblock to support OpenFOAM 10 + clean up variant/version checks (#2766)
18
+
- added support for ESMPy in ESMF (#2789)
19
+
- enhance OpenBLAS easyblock to support running LAPACK test suite + checking how many tests fail (#2801)
20
+
- make numexpr easyblock aware of toolchain with GCC + imkl (#2810)
21
+
- add sanity check commands for netCDF (#2811)
22
+
- various bug fixes, including:
23
+
- handle problems copying symlink that points to CUDA folder that is not created for non CUDA builds of SuiteSparse (#2790)
24
+
- don't install docs (to avoid trouble with Java) + add Rocky support for ABAQUS (#2792)
25
+
- correctly count the number of failing tests (not failing test suites) in PyTorch builds (#2794, #2803)
26
+
- fix docstring for PyTorch easyblock (#2795)
27
+
- handle iterative builds with MakeCp easyblock (#2798)
28
+
- accept both None and empty value for optarch to let OpenCV detect host CPU (#2804)
29
+
- enhance EasyBuildMeta easyblock: auto-enable installing with pip + fix setup.py of easyconfigs package so installation with setuptools >= 61.0 works (#2805)
30
+
- use `python -m pip` instead of `pip` in PythonPackage easyblock (#2807)
31
+
- other changes:
32
+
- make the test output from PythonPackage less verbose by disabling default search for error patterns done by run_cmd (2797)
0 commit comments