From 72572b78e7296d6c96d7aa3014cd5e2efcb98fe2 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Wed, 31 Jul 2019 17:33:53 +0100 Subject: [PATCH] Define profiles --- nest.yaml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/nest.yaml b/nest.yaml index 733b3e8..a3482bc 100644 --- a/nest.yaml +++ b/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