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: docs/easybuild-v5/index.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,6 +80,7 @@ Various significant enhancements are included in EasyBuild v5.0, including:
80
80
-[Provide control over how EasyBuild specifies path to header files during installation (via `--search-path-cpp-headers`)](enhancements.md#search-path-cpp-headers)
81
81
-[Provide control over how EasyBuild specifies path to libraries during installation (via `--search-path-linker`)](enhancements.md#search-path-linker)
82
82
-[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)
83
84
-[Detect Fortran `.mod` files in `GCCcore` installations](enhancements.md#mod-files)
84
85
-[Let `ConfigureMake` generic easyblock error out on unrecognized `configure` options](enhancements.md#configuremake-unrecognized-configure-options)
85
86
@@ -130,6 +131,9 @@ Some functionality is being deprecated in EasyBuild v5.0, and is scheduled to be
130
131
-[GC3Pie as job backend](deprecated-functionality.md#gc3pie-job-backend)
131
132
-[Using `optarch` value without leading dash](deprecated-functionality.md#optarch-dash)
132
133
-[`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`)
0 commit comments