Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
174 changes: 168 additions & 6 deletions docs/release-notes.md

Large diffs are not rendered by default.

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
1,709 changes: 1,392 additions & 317 deletions docs/version-specific/supported-software.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ extra:
provider: google
property: G-BLVCH6991S
easybuild:
version: 4.9.1
version: 4.9.2
# add links in bottom right
social:
- icon: fontawesome/brands/twitter
Expand Down