Skip to content

Commit 3007432

Browse files
committed
add missing links to overview
1 parent 684960a commit 3007432

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/easybuild-v5/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ Various significant enhancements are included in EasyBuild v5.0, including:
8080
- [Provide control over how EasyBuild specifies path to header files during installation (via `--search-path-cpp-headers`)](enhancements.md#search-path-cpp-headers)
8181
- [Provide control over how EasyBuild specifies path to libraries during installation (via `--search-path-linker`)](enhancements.md#search-path-linker)
8282
- [Support not using `$PYTHONPATH` to specify the location of installed Python packages (via `--prefer-python-search-path`)](enhancements.md#PYTHONPATH-vs-EBPYTHONPREFIXES)
83+
- [Revamp of easyconfig parameter `modextrapaths`](enhancements.md#modextrapaths-revamp)
8384
- [Detect Fortran `.mod` files in `GCCcore` installations](enhancements.md#mod-files)
8485
- [Let `ConfigureMake` generic easyblock error out on unrecognized `configure` options](enhancements.md#configuremake-unrecognized-configure-options)
8586

@@ -130,6 +131,9 @@ Some functionality is being deprecated in EasyBuild v5.0, and is scheduled to be
130131
- [GC3Pie as job backend](deprecated-functionality.md#gc3pie-job-backend)
131132
- [Using `optarch` value without leading dash](deprecated-functionality.md#optarch-dash)
132133
- [`COMPILER*_FLAGS` attributes in `Compiler` class](deprecated-functionality.md#compiler-constants) (replaced with `COMPILER*_OPTIONS`)
134+
- [Easyconfig parameter `modextrapaths_append`](deprecated-functionality.md#deprec_modextrapaths_append) (integrated in `modextrapaths`)
135+
- [Easyconfig parameter `allow_append_abs_path`](deprecated-functionality.md#deprec_allow_append_abs) (integrated in `modextrapaths`)
136+
- [Easyconfig parameter `allow_prepend_abs_path`](deprecated-functionality.md#deprec_allow_prepend_abs) (integrated in `modextrapaths`)
133137

134138
---
135139

0 commit comments

Comments
 (0)