diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2023-07-18 15:04:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-18 20:04:26 +0000 |
commit | 515b53ac50baa7be9dab3849dba430d49d1196fa (patch) | |
tree | 934f3eb8a41b9310ceeb06260530eedfc83ce1f3 /share | |
parent | b710778bda98fec5b01196a04ecdd4ecadb3bd20 (diff) | |
download | spack-515b53ac50baa7be9dab3849dba430d49d1196fa.tar.gz spack-515b53ac50baa7be9dab3849dba430d49d1196fa.tar.bz2 spack-515b53ac50baa7be9dab3849dba430d49d1196fa.tar.xz spack-515b53ac50baa7be9dab3849dba430d49d1196fa.zip |
e4s cray: expand spec list (#38947)
* e4s cray: expand spec list
* unzip: require %gcc
* remove datatrasnferkit
Diffstat (limited to 'share')
-rw-r--r-- | share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml index bd74bc0925..ef644a4fb1 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-cray/spack.yaml @@ -66,6 +66,8 @@ spack: elfutils: variants: +bzip2 ~nls +xz require: '%gcc' + unzip: + require: '%gcc' # EXTERNALS cray-mpich: @@ -84,11 +86,22 @@ spack: - cray-libsci/23.02.1.1 specs: + - adios2 + - amrex - butterflypack + - conduit + - flux-core + - h5bench + - hdf5-vol-async + - hdf5-vol-cache + - hdf5-vol-log - hypre - kokkos - kokkos-kernels + - legion + - mfem - petsc + - py-petsc4py - raja - slepc - superlu-dist |