Skip to content

Commit

Permalink
Merge pull request #255 from boegel/eb492_auto_update_docs
Browse files Browse the repository at this point in the history
auto-update docs for EasyBuild v4.9.2
  • Loading branch information
bedroge authored Jun 11, 2024
2 parents 3927239 + 8ab18d7 commit 0f3b4a3
Show file tree
Hide file tree
Showing 5 changed files with 1,401 additions and 319 deletions.
2 changes: 1 addition & 1 deletion docs/user-survey/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ but they should be interpreted with a grain of salt, since there is no doubt sig

## Survey participation

![00. Survey particpation over the years](img/00-survey-participation.png){: align=center style="width:500px"}
![00. Survey participation over the years](img/00-survey-participation.png){: align=center style="width:500px"}

Participation in the EasyBuild User Survey has been growing steadily over the years, to 118 participants in the 6th
survey which was held March 2023.
Expand Down
6 changes: 6 additions & 0 deletions docs/version-specific/easyblocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
- EB_TensorRT
- JAR
- PackedBinary
- EB_AEDT
- EB_ANSYS
- EB_ant
- EB_AOCC
Expand All @@ -37,6 +38,7 @@
- EB_MCR
- EB_MotionCor2
- EB_NVHPC
- EB_optiSLang
- EB_ORCA
- EB_PGI
- EB_Samcef
Expand Down Expand Up @@ -87,6 +89,7 @@
- EB_OpenBabel
- EB_OpenCV
- EB_PSI
- EB_QuantumESPRESSOcmake
- EB_ROOT
- EB_ScaLAPACK
- EB_SuperLU
Expand Down Expand Up @@ -199,6 +202,7 @@
- EB_BLAT
- EB_Bowtie2
- EB_BWISE
- EB_MetalWalls
- EB_MSM
- EB_mutil
- EB_MXNet
Expand Down Expand Up @@ -332,6 +336,7 @@
- EB_scipy
- ModuleRC
- PackedBinary
- EB_AEDT
- EB_ANSYS
- EB_ant
- EB_AOCC
Expand All @@ -347,6 +352,7 @@
- EB_MCR
- EB_MotionCor2
- EB_NVHPC
- EB_optiSLang
- EB_ORCA
- EB_PGI
- EB_Samcef
Expand Down
2 changes: 1 addition & 1 deletion docs/version-specific/easyconfig-constants.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ Constant name |Constant value
``OS_TYPE`` |``Darwin`` |System type (e.g. 'Linux' or 'Darwin')
``OS_VERSION`` |``UNKNOWN`` |System version
``SYSTEM`` |``{'name': 'system', 'version': 'system'}`` |System toolchain
``SYS_PYTHON_VERSION``|``3.9.6`` |System Python version (platform.python_version())
``SYS_PYTHON_VERSION``|``3.12.3`` |System Python version (platform.python_version())

*(see also* ``eb --avail-easyconfig-constants`` *)*
1 change: 1 addition & 0 deletions docs/version-specific/easyconfig-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
`hidden` |Install module file as 'hidden' by prefixing its version with '.' |`False`
`installopts` |Extra options for installation |`""`
`maxparallel` |Max degree of parallelism |`None`
`module_only` |Only generate module file |`False`
`parallel` |Degree of parallelism for e.g. make (default: based on the number of cores, active cpuset and restrictions in ulimit) |`None`
`patches` |List of patches to apply |`[]`
`postinstallcmds` |Commands to run after the install step. |`[]`
Expand Down
Loading

0 comments on commit 0f3b4a3

Please sign in to comment.