@@ -22,7 +22,7 @@ The only strict requirements are:
2222 * Python >= 3.6 is required for EasyBuild 5.0;
2323 * no third-party Python packages are strictly required (the Python standard library is sufficient);
2424 * for some * specific* EasyBuild features additional Python packages are required however, see [ Optional Python packages] [ optional_python_packages ] ;
25- * a ** modules tool** : Tcl(/C) environment modules or Lmod
25+ * a ** modules tool** : Environment Modules or Lmod
2626 * the actual modules tool * must* be available via ` $PATH ` , see [ Required modules tool] [ required_modules_tool ]
2727* a C/C++ compiler (e.g., ` gcc ` and ` g++ ` )
2828 * only required to build and install GCC with, or as a dependency for the Intel compilers, for example
@@ -324,14 +324,14 @@ Hence, a modules tool must be available to consume module files with.
324324
325325Supported module tools:
326326
327- * [Tcl/C environment-modules ](https://modules.sourceforge.net/) (version > = 4.3.0)
327+ * [Environment Modules ](https://modules.sourceforge.net/) (version > = 4.3.0)
328328* [Lmod](https://lmod.sourceforge.net) (version > = 8.0.0)
329329
330330!!! note
331331 The path to the actual modules tool binary/script used * must* be included in ` $PATH ` ,
332332 to make it readily available to EasyBuild.
333333
334- * for Tcl/C environment modules : ` modulecmd`
334+ * for Environment Modules : ` modulecmd.tcl `
335335 * for Lmod: ` lmod`
336336
337337 The path where the modules tool binary/script is located can be determined via the definition of
@@ -341,20 +341,20 @@ Supported module tools:
341341 For Lmod, EasyBuild will try to fall back to finding the ` lmod` binary via the ` $LMOD_CMD `
342342 environment variable, in case ` lmod` is not available in ` $PATH ` .
343343
344- For modern Tcl-only environment modules (version >= 4.0.0), EasyBuild will try to fall back to finding the
344+ For Environment Modules (version >= 4.0.0), EasyBuild will try to fall back to finding the
345345 ` modulecmd.tcl` binary via the ` $MODULES_CMD ` environment variable, in case ` modulecmd.tcl` is not available
346346 in ` $PATH ` .
347347
348348
349349Additional notes:
350350
351- * Tcl(/C) environment-modules requires [Tcl](https://www.tcl-lang.org/) to be
352- installed (with header files and development libraries)
351+ * Environment Modules requires [Tcl](https://www.tcl-lang.org/) to be installed
352+ (with header files and development libraries)
353353* Lmod requires [Lua](https://www.lua.org/) and a couple of non-standard Lua libraries
354354 (` lua-posix` , ` lua-filesystem` ) to be available
355355 * Tcl (` tclsh` ) must also be available for Lmod to support module files in ` Tcl` syntax
356- * a guide to installing Tcl/C environment modules without having root
357- permissions is available at [Installing environment modules without root permissions][installing_env_mod].
356+ * a guide to installing Environment Modules without having root
357+ permissions is available at [Installing Environment Modules without root permissions][installing_env_mod].
358358* a guide to installing Lmod without having root permissions is available at
359359 [Installing Lmod without root permissions][installing_lmod].
360360
0 commit comments