Skip to content

Commit

Permalink
Merge branch 'easybuilders:develop' into toolchains
Browse files Browse the repository at this point in the history
  • Loading branch information
branfosj authored Oct 18, 2023
2 parents a88b080 + 967c47f commit cbe7481
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: codespell-project/actions-codespell@master
with:
check_filenames: true
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate
ignore_words_list: atleast,ninjs,simpy,proovread,namd,precice,crate,ake
# filter out
# docs/js/asciinema-player-2.6.1.js as it is not markdown
# version-specific/supported-software.md as the software descriptions have spelling errors
Expand Down
2 changes: 1 addition & 1 deletion docs/removed-functionality.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ fittingly named `use_fma4` parameter in EasyBuild v3.2.0.
- *alternatives*: **use** `extract_cmd` **key in Python dictionary
format instead**

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

Instead, a Python dictionary containing the `filename` and `extract_cmd`
Expand Down
2 changes: 1 addition & 1 deletion docs/version-specific/eb-help.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ Option flag |Option
``--optarch=OPTARCH`` |Set architecture optimization, overriding native architecture optimizations
``--output-format=OUTPUT-FORMAT`` |Set output format (type choice; default: txt) (choices: md, rst, txt)
``--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)
``--parallel=PARALLEL`` |Specify (maximum) level of parallellism used during build procedure (type int)
``--parallel=PARALLEL`` |Specify (maximum) level of parallelism used during build procedure (type int)
``--parallel-extensions-install`` |Install list of extensions in parallel (if supported) (default: False)
``--pre-create-installdir`` |Create installation directory before submitting build jobs (default: True; disable with --disable-pre-create-installdir)
``-p, --pretend`` |Does the build/installation in a test directory located in $HOME/easybuildinstall (default: False)
Expand Down
Loading

0 comments on commit cbe7481

Please sign in to comment.