Skip to content

Commit bf18260

Browse files
authored
Merge pull request #347 from boegel/fix_eb512_rel_notes
fix indent in EasyBuild v5.1.2 release notes
2 parents 2c9a51b + e741cf8 commit bf18260

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docs/release-notes.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ bugfix/update release
3434
- fix error when adding files to existing PR with `--update-pr` and refactor + fixes in `options` tests ([#4962](https://github.com/easybuilders/easybuild-framework/pull/4962))
3535
- add back `OrderedDict` import in (deprecated) `easybuild.tools.py2vs3.py3` module ([#4965](https://github.com/easybuilders/easybuild-framework/pull/4965))
3636
- fixes for RPATH wrapper script:
37-
- detect & replace `-Xlinker --enable-new-dtags` ([#4970](https://github.com/easybuilders/easybuild-framework/pull/4970))
38-
- do not add RPATH (linking) flags when `-c` flag specified ([#4981](https://github.com/easybuilders/easybuild-framework/pull/4981))
37+
- detect & replace `-Xlinker --enable-new-dtags` ([#4970](https://github.com/easybuilders/easybuild-framework/pull/4970))
38+
- do not add RPATH (linking) flags when `-c` flag specified ([#4981](https://github.com/easybuilders/easybuild-framework/pull/4981))
3939
- honor `--disable-module-extensions` configuration option ([#4971](https://github.com/easybuilders/easybuild-framework/pull/4971))
4040
- fix f-string in rpath check and skip check for linked libs on symlinks ([#4975](https://github.com/easybuilders/easybuild-framework/pull/4975))
4141
- fix passing command as list of strings to `run_shell_cmd` ([#4977](https://github.com/easybuilders/easybuild-framework/pull/4977))
@@ -57,12 +57,12 @@ bugfix/update release
5757
- restore custom easyblock for ipp and update it for EasyBuild 5.0+ ([#3890](https://github.com/easybuilders/easybuild-easyblocks/pull/3890))
5858
- enhancements:
5959
- improvements to custom easyblock for LLVM:
60-
- fix build of LLVM on RISC-V systems and ignore a bunch of tests ([#3676](https://github.com/easybuilders/easybuild-easyblocks/pull/3676))
61-
- make LLVM easyblock aware of `amdgcn_capabilities` build option ([#3824](https://github.com/easybuilders/easybuild-easyblocks/pull/3824))
62-
- explicitely set OMPT options for LLVM ([#3853](https://github.com/easybuilders/easybuild-easyblocks/pull/3853))
63-
- run tests for LLVM in parallel ([#3875](https://github.com/easybuilders/easybuild-easyblocks/pull/3875))
64-
- add sanity check to link system libraries to LLVM easyblock ([#3877](https://github.com/easybuilders/easybuild-easyblocks/pull/3877))
65-
- add custom easyconfig parameter for LLVM to ignore timed out tests ([#3903](https://github.com/easybuilders/easybuild-easyblocks/pull/3903))
60+
- fix build of LLVM on RISC-V systems and ignore a bunch of tests ([#3676](https://github.com/easybuilders/easybuild-easyblocks/pull/3676))
61+
- make LLVM easyblock aware of `amdgcn_capabilities` build option ([#3824](https://github.com/easybuilders/easybuild-easyblocks/pull/3824))
62+
- explicitely set OMPT options for LLVM ([#3853](https://github.com/easybuilders/easybuild-easyblocks/pull/3853))
63+
- run tests for LLVM in parallel ([#3875](https://github.com/easybuilders/easybuild-easyblocks/pull/3875))
64+
- add sanity check to link system libraries to LLVM easyblock ([#3877](https://github.com/easybuilders/easybuild-easyblocks/pull/3877))
65+
- add custom easyconfig parameter for LLVM to ignore timed out tests ([#3903](https://github.com/easybuilders/easybuild-easyblocks/pull/3903))
6666
- enhance custom easyblock for NCCL so it defines `$NCCL_HOME` in generated module file ([#3782](https://github.com/easybuilders/easybuild-easyblocks/pull/3782))
6767
- enhance `Bundle` easyblock to show status of component installation ([#3783](https://github.com/easybuilders/easybuild-easyblocks/pull/3783))
6868
- enhance LAMMPS easyblock to use `FFT_KOKKOS` configure option ([#3784](https://github.com/easybuilders/easybuild-easyblocks/pull/3784))
@@ -86,14 +86,14 @@ bugfix/update release
8686
- update Mesa easyblock to remove `osmesa` part of the sanity check, since that's removed from Mesa 25.1 onwards ([#3896](https://github.com/easybuilders/easybuild-easyblocks/pull/3896))
8787
- bug fixes:
8888
- various fixes for custom easyblock for LLVM:
89-
- use property for `gcc_prefix`/`gcc_root` in LLVM easyblock ([#3793](https://github.com/easybuilders/easybuild-easyblocks/pull/3793))
90-
- move openmp to a runtime in newer versions of LLVM ([#3799](https://github.com/easybuilders/easybuild-easyblocks/pull/3799))
91-
- add explicit enabling/disabling of `libffi` with custom paths in LLVM easyblock ([#3849](https://github.com/easybuilders/easybuild-easyblocks/pull/3849))
92-
- fix missing `LIBOMPTARGET_DEVICE_ARCHITECTURES` in third stage of bootstrap build in LLVM easyblock ([#3851](https://github.com/easybuilders/easybuild-easyblocks/pull/3851))
93-
- allow sysroot for minimal builds for LLVM versions < 19 ([#3880](https://github.com/easybuilders/easybuild-easyblocks/pull/3880))
94-
- only consider explicit dependencies in LLVM easyblock ([#3881](https://github.com/easybuilders/easybuild-easyblocks/pull/3881))
95-
- disable LLVM OpenMP tests using Thread sanitizer if requested ([#3883](https://github.com/easybuilders/easybuild-easyblocks/pull/3883))
96-
- fix sanity check step of LLVM by loading `binutils` as extra module ([#3899](https://github.com/easybuilders/easybuild-easyblocks/pull/3899))
89+
- use property for `gcc_prefix`/`gcc_root` in LLVM easyblock ([#3793](https://github.com/easybuilders/easybuild-easyblocks/pull/3793))
90+
- move openmp to a runtime in newer versions of LLVM ([#3799](https://github.com/easybuilders/easybuild-easyblocks/pull/3799))
91+
- add explicit enabling/disabling of `libffi` with custom paths in LLVM easyblock ([#3849](https://github.com/easybuilders/easybuild-easyblocks/pull/3849))
92+
- fix missing `LIBOMPTARGET_DEVICE_ARCHITECTURES` in third stage of bootstrap build in LLVM easyblock ([#3851](https://github.com/easybuilders/easybuild-easyblocks/pull/3851))
93+
- allow sysroot for minimal builds for LLVM versions < 19 ([#3880](https://github.com/easybuilders/easybuild-easyblocks/pull/3880))
94+
- only consider explicit dependencies in LLVM easyblock ([#3881](https://github.com/easybuilders/easybuild-easyblocks/pull/3881))
95+
- disable LLVM OpenMP tests using Thread sanitizer if requested ([#3883](https://github.com/easybuilders/easybuild-easyblocks/pull/3883))
96+
- fix sanity check step of LLVM by loading `binutils` as extra module ([#3899](https://github.com/easybuilders/easybuild-easyblocks/pull/3899))
9797
- revert Python shebangs change for conda ([#3760](https://github.com/easybuilders/easybuild-easyblocks/pull/3760))
9898
- disable UCX signal catching in Java by setting `$UCX_ERROR_SIGNALS` ([#3832](https://github.com/easybuilders/easybuild-easyblocks/pull/3832))
9999
- stop setting `separate_build_dir` to `True` and update GPU target in custom easyblock for DualSPhysics ([#3835](https://github.com/easybuilders/easybuild-easyblocks/pull/3835))

0 commit comments

Comments
 (0)