Define profiles
This commit is contained in:
parent
d804dcdc20
commit
72572b78e7
1 changed files with 26 additions and 0 deletions
26
nest.yaml
26
nest.yaml
|
|
@ -48,3 +48,29 @@ data:
|
|||
community: https://www.nest-simulator.org/
|
||||
documentation: https://nest-simulator.readthedocs.io/en/latest/
|
||||
tracker: https://github.com/nest/nest-simulator
|
||||
|
||||
profiles:
|
||||
default:
|
||||
description: A standard NEST installation
|
||||
rpms:
|
||||
- nest
|
||||
- nest-common
|
||||
- nest-doc
|
||||
- nest-headers
|
||||
- python3-nest
|
||||
mpich:
|
||||
description: NEST built with MPICH
|
||||
rpms:
|
||||
- nest-mpich
|
||||
- nest-mpich-common
|
||||
- nest-doc
|
||||
- nest-mpich-headers
|
||||
- python3-nest-mpich
|
||||
openmpi:
|
||||
description: NEST built with OpenMPI
|
||||
rpms:
|
||||
- nest-openmpi
|
||||
- nest-doc
|
||||
- nest-openmpi-common
|
||||
- nest-openmpi-headers
|
||||
- python3-nest-openmpi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue