pipelines: relax ppc64le requirements
This commit is contained in:
parent
5438dd4dc3
commit
d9f3942966
@ -32,19 +32,25 @@ spack:
|
|||||||
mpi:
|
mpi:
|
||||||
require: mpich
|
require: mpich
|
||||||
mpich:
|
mpich:
|
||||||
require: '~wrapperrpath ~hwloc %gcc@9.4.0 target=ppc64le'
|
require:
|
||||||
|
- '~wrapperrpath ~hwloc'
|
||||||
ncurses:
|
ncurses:
|
||||||
require: '@6.3 +termlib %gcc@9.4.0 target=ppc64le'
|
require:
|
||||||
|
- '@6.3 +termlib'
|
||||||
faodel:
|
faodel:
|
||||||
require: "~tcmalloc %gcc@9.4.0 target=ppc64le"
|
require:
|
||||||
|
- "~tcmalloc"
|
||||||
tbb:
|
tbb:
|
||||||
require: intel-tbb
|
require: intel-tbb
|
||||||
vtk-m:
|
vtk-m:
|
||||||
require: "+examples %gcc@9.4.0 target=ppc64le"
|
require:
|
||||||
|
- "+examples"
|
||||||
cuda:
|
cuda:
|
||||||
require: "@11.4.4 %gcc@9.4.0 target=ppc64le"
|
require:
|
||||||
|
- "@11.4.4"
|
||||||
paraview:
|
paraview:
|
||||||
require: "+examples %gcc@9.4.0 target=ppc64le"
|
require:
|
||||||
|
- "+examples"
|
||||||
|
|
||||||
|
|
||||||
specs:
|
specs:
|
||||||
|
Loading…
Reference in New Issue
Block a user