Skip to content

Commit cbe7481

Browse files
authored
Merge branch 'easybuilders:develop' into toolchains
2 parents a88b080 + 967c47f commit cbe7481

File tree

4 files changed

+41
-41
lines changed

4 files changed

+41
-41
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: codespell-project/actions-codespell@master
2323
with:
2424
check_filenames: true
25-
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate
25+
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate,ake
2626
# filter out
2727
# docs/js/asciinema-player-2.6.1.js as it is not markdown
2828
# version-specific/supported-software.md as the software descriptions have spelling errors

docs/removed-functionality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fittingly named `use_fma4` parameter in EasyBuild v3.2.0.
5050
- *alternatives*: **use** `extract_cmd` **key in Python dictionary
5151
format instead**
5252

53-
Specyfing a custom extraction command for a particular source file by
53+
Specifying a custom extraction command for a particular source file by
5454
using a 2-element tuple in `sources` is no longer supported.
5555

5656
Instead, a Python dictionary containing the `filename` and `extract_cmd`

docs/version-specific/eb-help.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Option flag |Option
283283
``--optarch=OPTARCH`` |Set architecture optimization, overriding native architecture optimizations
284284
``--output-format=OUTPUT-FORMAT`` |Set output format (type choice; default: txt) (choices: md, rst, txt)
285285
``--output-style=OUTPUT-STYLE`` |Control output style; auto implies using Rich if available to produce rich output, with fallback to basic colored output (type choice; default: auto) (choices: auto, basic, no_color, rich)
286-
``--parallel=PARALLEL`` |Specify (maximum) level of parallellism used during build procedure (type int)
286+
``--parallel=PARALLEL`` |Specify (maximum) level of parallelism used during build procedure (type int)
287287
``--parallel-extensions-install`` |Install list of extensions in parallel (if supported) (default: False)
288288
``--pre-create-installdir`` |Create installation directory before submitting build jobs (default: True; disable with --disable-pre-create-installdir)
289289
``-p, --pretend`` |Does the build/installation in a test directory located in $HOME/easybuildinstall (default: False)

0 commit comments

Comments
 (0)