150 lines
2.1 KiB
YAML
150 lines
2.1 KiB
YAML
spack:
|
|
definitions:
|
|
- compilers:
|
|
- '%gcc@12.1.0'
|
|
- compiler_pckg:
|
|
- atlas
|
|
- boost
|
|
- clapack
|
|
- clhep
|
|
- cuda
|
|
- eigen
|
|
- geant4
|
|
- gsl
|
|
- googletest
|
|
- hdf5~mpi
|
|
- kokkos
|
|
- libint tune=cp2k-lmax-6
|
|
- libxc
|
|
- libxsmm
|
|
- mpich
|
|
- nvhpc+mpi
|
|
- openblas threads=none
|
|
- openblas threads=openmp
|
|
- openmpi
|
|
- root
|
|
- superlu
|
|
- vtk
|
|
- EM_pckg:
|
|
- cistem
|
|
- ctffind
|
|
- motioncor2
|
|
- relion
|
|
- unblur
|
|
- librairies_pckg:
|
|
- alsa-lib
|
|
- gdrcopy
|
|
- giflib
|
|
- gmp
|
|
- hwloc
|
|
- isl
|
|
- knem
|
|
- libtasn1
|
|
- mpc
|
|
- mpfr
|
|
- nettle
|
|
- pmix
|
|
- ucx
|
|
- udunits
|
|
- wxwidgets
|
|
- x264
|
|
- zlib
|
|
- MX_pckg:
|
|
- cbflib
|
|
- lz4
|
|
- openbabel
|
|
- visit
|
|
- programming_pckg:
|
|
- autoconf
|
|
- automake
|
|
- binutils
|
|
- bison
|
|
- cmake
|
|
- cuda
|
|
- erlang
|
|
- gcc
|
|
- go
|
|
- intel-oneapi-mpi
|
|
- intel
|
|
- openjdk
|
|
- julia
|
|
- libtool
|
|
- lua
|
|
- m4
|
|
- mathematica
|
|
- matlab
|
|
- nasm
|
|
- perl
|
|
- nvhpc
|
|
- python
|
|
- py-tensorflow
|
|
- qt
|
|
- r
|
|
- tcl
|
|
- tk
|
|
- system_pckg:
|
|
- bash
|
|
- filebench
|
|
- ior
|
|
- mdtest
|
|
- mxm
|
|
- nmap
|
|
- patchelf
|
|
- unison
|
|
- tools_pckg:
|
|
- aria2
|
|
- asciidoc
|
|
- coreutils
|
|
- emacs
|
|
- ffmpeg
|
|
- gams
|
|
- gaussian
|
|
- gettext
|
|
- git
|
|
- global
|
|
- gnupg
|
|
- gnuplot
|
|
- gnutls
|
|
- hdfview
|
|
- krb5
|
|
- kubernetes
|
|
- namd
|
|
- ncview
|
|
- openjpeg
|
|
- openssl
|
|
- orca
|
|
- paraview
|
|
- texlive
|
|
- tmux
|
|
- uncrustify
|
|
- vim
|
|
- visit
|
|
- xmlto
|
|
- xz
|
|
concretizer:
|
|
unify: false
|
|
view: true
|
|
include:
|
|
- sysconfigs/config.yaml
|
|
- sysconfigs/compilers.yaml
|
|
- sysconfigs/packages.yaml
|
|
- sysconfigs/modules.yaml
|
|
specs:
|
|
- matrix:
|
|
- [ $compiler_pckg ]
|
|
- [ $compilers ]
|
|
- matrix:
|
|
- [ $EM_pckg ]
|
|
- [ $compilers ]
|
|
- matrix:
|
|
- [ $MX_pckg ]
|
|
- [ $compilers ]
|
|
- matrix:
|
|
- [ $programming_pckg ]
|
|
- [ $compilers ]
|
|
- matrix:
|
|
- [ $system_pckg ]
|
|
- [ $compilers ]
|
|
- matrix:
|
|
- [ $tools_pckg ]
|
|
- [ $compilers ] |