Skip to content

Commit 41b16c3

Browse files
authored
Merge pull request #286 from xdelaruelle/v5_modules_requirement
Clarify Environment Modules version requirement for EB5
2 parents dff7bc7 + 24f0958 commit 41b16c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/easybuild-v5/release-candidates.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ as they incorporate new features, changes of behavior or deprecations that can i
2525
This includes (but is not limited to):
2626

2727
- **Python >= 3.6** is required to run EasyBuild (Python >= 3.9 is recommended);
28-
- using **Lmod >= v8.0** or **Environment Modules v4.3.0** is required as modules tool (check with `module --version`);
28+
- using **Lmod >= v8.0** or **Environment Modules >= v4.3.0** is required as modules tool (check with `module --version`);
2929
- a new function named `run_shell_cmd` is used to run shell commands like `cmake`, `make`, `pip`, etc. (more info [here](run_shell_cmd.md));
3030
- the **default setting of some configuration options has changed**:
3131
- **RPATH linking** is used by default (can be disabled with `--disable-rpath`);

0 commit comments

Comments
 (0)