Skip to content

Commit

Permalink
Merge pull request #286 from xdelaruelle/v5_modules_requirement
Browse files Browse the repository at this point in the history
Clarify Environment Modules version requirement for EB5
  • Loading branch information
ocaisa authored Jan 7, 2025
2 parents dff7bc7 + 24f0958 commit 41b16c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/easybuild-v5/release-candidates.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ as they incorporate new features, changes of behavior or deprecations that can i
This includes (but is not limited to):

- **Python >= 3.6** is required to run EasyBuild (Python >= 3.9 is recommended);
- using **Lmod >= v8.0** or **Environment Modules v4.3.0** is required as modules tool (check with `module --version`);
- using **Lmod >= v8.0** or **Environment Modules >= v4.3.0** is required as modules tool (check with `module --version`);
- 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));
- the **default setting of some configuration options has changed**:
- **RPATH linking** is used by default (can be disabled with `--disable-rpath`);
Expand Down

0 comments on commit 41b16c3

Please sign in to comment.