Add more packages to CI

This commit is contained in:
2023-03-02 12:08:02 +01:00
parent 4b5a948918
commit 1a99a7eb73
2 changed files with 39 additions and 0 deletions

View File

@@ -11,7 +11,21 @@ stdenv.mkDerivation rec {
# Just build some packages
buildInputs = with bsc; [
# Compilers
icc
clangOmpss2
mcxx
# MPI
impi
mpich
openmpi
tampi
# Tools
ovni
extrae
paraver
# Runtimes
nanos6
];
buildPhase = ''