diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2024-05-02 07:57:26 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-02 08:57:26 -0600 |
commit | 1d59637051d65bc4eaed1e673530dcbafa4ed57f (patch) | |
tree | ee34656381bbc0b9bb12ddd609e780d55a052a3c /share | |
parent | 97dc353cb06da0114863b2bb8c8e2792eac73432 (diff) | |
download | spack-1d59637051d65bc4eaed1e673530dcbafa4ed57f.tar.gz spack-1d59637051d65bc4eaed1e673530dcbafa4ed57f.tar.bz2 spack-1d59637051d65bc4eaed1e673530dcbafa4ed57f.tar.xz spack-1d59637051d65bc4eaed1e673530dcbafa4ed57f.zip |
e4s ci: add py-amrex (#43904)
Diffstat (limited to 'share')
5 files changed, 5 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml index bc6c00c7c7..f8b549ecaa 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse-v2/spack.yaml @@ -126,6 +126,7 @@ spack: - precice - pruners-ninja - pumi + - py-amrex - py-h5py - py-jupyterhub - py-libensemble diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse_v1/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse_v1/spack.yaml index 04071d990b..51f2f657d7 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse_v1/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-neoverse_v1/spack.yaml @@ -127,6 +127,7 @@ spack: - precice - pruners-ninja - pumi + - py-amrex - py-h5py - py-jupyterhub - py-libensemble diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml index 88dd07cccc..1c24f0feda 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -133,6 +133,7 @@ spack: - precice - pruners-ninja - pumi + - py-amrex - py-h5py - py-jupyterhub - py-libensemble diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml index 5389de4d0d..597ff0a875 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml @@ -129,6 +129,7 @@ spack: - precice - pruners-ninja - pumi + - py-amrex - py-h5py - py-jupyterhub - py-libensemble diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index 38964c3295..3e49aa2ce5 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -141,6 +141,7 @@ spack: - precice - pruners-ninja - pumi + - py-amrex - py-h5py - py-jupyterhub - py-libensemble |