Skip to content

Commit c4ead45

Browse files
Merge pull request #2814 from boegel/develop
sync with main + bump version to 4.6.3dev
2 parents b9804c4 + 3cf3eb5 commit c4ead45

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

RELEASE_NOTES

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,33 @@ 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 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)
733

834

935
v4.6.1 (September 12th 2022)

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.6.2.dev0')
46+
VERSION = LooseVersion('4.6.3.dev0')
4747
UNKNOWN = 'UNKNOWN'
4848

4949

0 commit comments

Comments
 (0)