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
+31-1Lines changed: 31 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,37 @@ 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 244 software-specific easyblocks and 37 generic easyblocks.
6
+
The latest version of easybuild-easyblocks provides 245 software-specific easyblocks and 37 generic easyblocks.
7
+
8
+
9
+
v4.5.5 (June 8th 2022)
10
+
----------------------
11
+
12
+
update/bugfix release
13
+
14
+
- new software-specific easyblock for FFTW.MPI (#2724)
15
+
- minor enhancements and updates, including:
16
+
- update NEURON easyblock to use CMakeMake for recent versions (#2304)
17
+
- enhance Clang easyblock to add support for building with AMDGPU offload (#2684, #2729)
18
+
- update sanity check in OpenMPI easyblock to support OpenMPI v5.0.0 (#2709)
19
+
- don't use gold linker by default for GCC >= 11.3 (#2711)
20
+
- update sanity check in R easyblock for versions >= 4.2.0, since S.h is not included anymore (#2713)
21
+
- update ABAQUS easyblock for ABAQUS 2022 (#2716)
22
+
- update LLVM easyblock for LLVM v14.0.x (#2718)
23
+
- update Mesa easyblock to remove swr driver configopts for versions 22+ (#2719)
24
+
- enhance Clang easyblock to support also installing Python bindings (#2721, #2725)
25
+
- enhance SuperLU easyblock to support building on top of FlexiBLAS and be compatible with SuperLU v5.3 (#2722)
26
+
- update TensorFlow easyblock for version 2.8.0 (#2723)
27
+
- modify FFTW's sanity check step to allow checking only for MPI parts of FFTW installation (#2724)
28
+
- add support to ConfigureMake for tweaking (first part of) test command via 'test_cmd' (#2726, #2737)
29
+
- enhance MrBayes easyblock with custom sanity check command (#2727)
30
+
- update cudnnarch string templates used to compose source tarball names from cuDNN 8.3.3 onwards (#2728)
31
+
- add sanity check command to OpenSSL wrapper easyblock to verify that system certificates are available to OpenSSL (#2735)
32
+
- ignore exit code of pkg-config command in OpenSSL wrapper easyblock, since with pkgconf they exit with a non-zero exit code if the OS package is not installed (#2736)
33
+
- various bug fixes, including:
34
+
- remove system-compiled binutils dirs from $LDFLAGS in binutils easyblock (#2712)
35
+
- fix for FreeSurfer easyblock: define $FREESURFER needed by recon_all (#2717)
36
+
- also symlink cert.pem in from-source OpenSSL installation (if it exists) (#2735)
0 commit comments