Skip to content

Commit e593f9d

Browse files
committed
fix typo in description for build_env_vars easyconfig parameter of BuildEnv easyblock
1 parent 562f01d commit e593f9d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/version-specific/generic-easyblocks.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,17 +94,17 @@ Build environment of toolchain: only generate module file
9494

9595
### Extra easyconfig parameters specific to ``BuildEnv`` easyblock
9696

97-
easyconfig parameter |description |default value
98-
-------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------|-------------
99-
``altroot`` |Software name of dependency to use to define $EBROOT for this bundle |``None``
100-
``altversion`` |Software name of dependency to use to define $EBVERSION for this bundle |``None``
101-
``build_env_vars`` |Export environment variables related to compilers, compilation flags, optimisations, math libaries, etc. (overwriting any existing values).|``True``
102-
``components`` |List of components to install: tuples w/ name, version and easyblock to use |``()``
103-
``default_component_specs`` |Default specs to use for every component |``{}``
104-
``default_easyblock`` |Default easyblock to use for components |``None``
105-
``python_executable`` |Python executable to use for the wrappers (use None to use path to Python executable used by EasyBuild). |``"python3"``
106-
``sanity_check_all_components``|Enable sanity checks for all components |``False``
107-
``sanity_check_components`` |List of components for which to run sanity checks |``[]``
97+
easyconfig parameter |description |default value
98+
-------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------|-------------
99+
``altroot`` |Software name of dependency to use to define $EBROOT for this bundle |``None``
100+
``altversion`` |Software name of dependency to use to define $EBVERSION for this bundle |``None``
101+
``build_env_vars`` |Export environment variables related to compilers, compilation flags, optimisations, math libraries, etc. (overwriting any existing values).|``True``
102+
``components`` |List of components to install: tuples w/ name, version and easyblock to use |``()``
103+
``default_component_specs`` |Default specs to use for every component |``{}``
104+
``default_easyblock`` |Default easyblock to use for components |``None``
105+
``python_executable`` |Python executable to use for the wrappers (use None to use path to Python executable used by EasyBuild). |``"python3"``
106+
``sanity_check_all_components``|Enable sanity checks for all components |``False``
107+
``sanity_check_components`` |List of components for which to run sanity checks |``[]``
108108

109109
### Customised steps in ``BuildEnv`` easyblock
110110

0 commit comments

Comments
 (0)