diff options
author | Harmen Stoppels <harmenstoppels@gmail.com> | 2023-09-21 15:07:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-21 15:07:21 +0200 |
commit | 501d322264f9a6117bebbc33132c4f1e2111e8c2 (patch) | |
tree | 12b169f10a626f45d7b020b9ede1560743afd0bc | |
parent | 59fc09e93fc0b754ed43a9c1238c30366ae0798c (diff) | |
download | spack-501d322264f9a6117bebbc33132c4f1e2111e8c2.tar.gz spack-501d322264f9a6117bebbc33132c4f1e2111e8c2.tar.bz2 spack-501d322264f9a6117bebbc33132c4f1e2111e8c2.tar.xz spack-501d322264f9a6117bebbc33132c4f1e2111e8c2.zip |
e4s: drop python 3.8 preference (#40123)
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml | 2 | ||||
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index b0a9e90889..9374e69ec7 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -33,8 +33,6 @@ spack: paraview: # Don't build GUI support or GLX rendering for HPC/container deployments require: "@5.11 ~qt+osmesa" - python: - version: [3.8.13] trilinos: require: - one_of: [+amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext +ifpack diff --git a/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml index 7b17043dd0..69a8859745 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/gpu-tests/spack.yaml @@ -32,8 +32,6 @@ spack: paraview: # Don't build GUI support or GLX rendering for HPC/container deployments require: "@5.11 ~qt+osmesa" - python: - version: [3.8.13] trilinos: require: +amesos +amesos2 +anasazi +aztec +boost +epetra +epetraext +ifpack +intrepid +intrepid2 +isorropia +kokkos +ml +minitensor +muelu |