Prefer core compiler for dependencies
This commit is contained in:
parent
893717feef
commit
1e7a11ac2d
1 changed files with 3 additions and 3 deletions
|
@ -4,9 +4,9 @@ spack:
|
|||
- core_compiler: [gcc@7.5]
|
||||
- compilers: [gcc@13.2, cce@18.0]
|
||||
- mpis: [cray-mpich@8.1.30]
|
||||
# packages:
|
||||
# all:
|
||||
# compiler: [gcc@13.2, cce@18.0]
|
||||
packages:
|
||||
all:
|
||||
prefer: ['%gcc@7.5']
|
||||
# add package specs to the `specs` list
|
||||
specs:
|
||||
- matrix: # modules for low-level tools
|
||||
|
|
Loading…
Reference in a new issue