From 2b2770f9793afd6c03e7b170161d9f6b7b385ef0 Mon Sep 17 00:00:00 2001 From: Germann Elsa Sylvia Date: Mon, 22 Aug 2022 15:54:18 +0200 Subject: [PATCH] FIX: esthetics --- env/merlin/spack.yaml | 70 ++++++++++++++++++++++--------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/env/merlin/spack.yaml b/env/merlin/spack.yaml index 8a838ed..f7c3bd5 100644 --- a/env/merlin/spack.yaml +++ b/env/merlin/spack.yaml @@ -1,15 +1,17 @@ spack: concretizer: unify: false +#>>> config.yaml config: build_stage: - /scratch/spack-rhel7 install_tree: root: /scratch/spack-rhel7/spack-install +#<<< definitions: - compilers: - '%gcc@12.1.0' - - compiler_pckg: &compiler_pckg + - Compilers_pckgs: &Compilers_pckgs - atlas - boost - clapack @@ -33,15 +35,15 @@ spack: - root - superlu - vtk - - cuda_pckg: &cuda_pckg + - Cuda_pckgs: &Cuda_pckgs - cuda - - EM_pckg: &EM_pckg + - EM_pckgs: &EM_pckgs - cistem - ctffind - motioncor2 - relion - unblur - - librairies_pckg: &librairies_pckg + - Librairies_pckgs: &Librairies_pckgs - alsa-lib - gdrcopy - giflib @@ -59,12 +61,12 @@ spack: - wxwidgets - x264 - zlib - - MX_pckg: &MX_pckg + - MX_pckgs: &MX_pckgs - cbflib - lz4 - openbabel - visit - - HDF5_pckg: &HDF5_pckg + - HDF5_pckgs: &HDF5_pckgs - alps - h5hut+mpi - hdf5-blosc @@ -73,10 +75,10 @@ spack: - netcdf-fortran - netcdf-c +parallel-netcdf - trilinos - - HDF5_serial_pckg: &HDF5_serial_pckg + - HDF5_serial_pckgs: &HDF5_serial_pckgs - h5hut~mpi - ncview - - MPI_pckg: &MPI_pckg + - MPI_pckgs: &MPI_pckgs - amrex - boxlib - cp2k @@ -87,7 +89,7 @@ spack: - gromacs - lammps - astra - - programming_pckg: &programming_pckg + - Programming_pckgs: &Programming_pckgs - autoconf - automake - binutils @@ -112,7 +114,7 @@ spack: - r - tcl - tk - - system_pckg: &system_pckg + - System_pckgs: &System_pckgs - bash - filebench - ior @@ -120,7 +122,7 @@ spack: - nmap - patchelf - unison - - tools_pckg: &tools_pckg + - Tools_pckgs: &Tools_pckgs - aria2 - asciidoc - coreutils @@ -163,7 +165,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/Compilers tcl: blacklist_implicits: true - include: *compiler_pckg + include: *Compilers_pckgs all: autoload: direct conflict: @@ -186,7 +188,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/cuda tcl: blacklist_implicits: true - include: *cuda_pckg + include: *Cuda_pckgs all: autoload: direct conflict: @@ -206,7 +208,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/EM tcl: blacklist_implicits: true - include: *EM_pckg + include: *EM_pckgs all: autoload: direct conflict: @@ -226,7 +228,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/HDF5 tcl: blacklist_implicits: true - include: *HDF5_pckg + include: *HDF5_pckgs all: autoload: direct conflict: @@ -247,7 +249,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/HDF5_serial tcl: blacklist_implicits: true - include: *HDF5_serial_pckg + include: *HDF5_serial_pckgs all: autoload: direct conflict: @@ -268,7 +270,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/Librairies tcl: blacklist_implicits: true - include: *librairies_pckg + include: *Librairies_pckgs all: autoload: direct conflict: @@ -288,7 +290,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/MPI tcl: blacklist_implicits: true - include: *MPI_pckg + include: *MPI_pckgs all: autoload: direct conflict: @@ -308,7 +310,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/MX tcl: blacklist_implicits: true - include: *MX_pckg + include: *MX_pckgs all: autoload: direct conflict: @@ -328,7 +330,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/Programming tcl: blacklist_implicits: true - include: *programming_pckg + include: *Programming_pckgs all: autoload: direct conflict: @@ -348,7 +350,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/System tcl: blacklist_implicits: true - include: *system_pckg + include: *System_pckgs all: autoload: direct conflict: @@ -368,7 +370,7 @@ spack: tcl: /afs/psi.ch/sys/spack-rhel7/Tools tcl: blacklist_implicits: true - include: *tools_pckg + include: *Tools_pckgs all: autoload: direct conflict: @@ -408,7 +410,7 @@ spack: #<<< specs: - matrix: - - - $compiler_pckg + - - $Compilers_pckgs - - $compilers view: Compilers: @@ -419,64 +421,64 @@ spack: all: '{name}/{version}/{compiler.name}/{compiler.version}' ~mpi: '{name}_serial/{version}/{compiler.name}/{compiler.version}' root: /afs/psi.ch/sys/spack-rhel7/Compilers - select: *compiler_pckg + select: *Compilers_pckgs Cuda: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/cuda - select: *cuda_pckg + select: *Cuda_pckgs EM: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/EM - select: *EM_pckg + select: *EM_pckgs HDF5: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/HDF5 - select: *HDF5_pckg + select: *HDF5_pckgs HDF5_serial: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/HDF5_serial - select: *HDF5_serial_pckg + select: *HDF5_serial_pckgs Librairies: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/Librairies - select: *librairies_pckg + select: *Librairies_pckgs MPI: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/MPI - select: *MPI_pckg + select: *MPI_pckgs MX: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/MX - select: *MX_pckg + select: *MX_pckgs Programming: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/Programming - select: *programming_pckg + select: *Programming_pckgs System: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/System - select: *system_pckg + select: *System_pckgs Tools: link: roots link_type: symlink projections: *unified_projections root: /afs/psi.ch/sys/spack-rhel7/Tools - select: *tools_pckg \ No newline at end of file + select: *Tools_pckgs \ No newline at end of file