diff options
author | eugeneswalker <38933153+eugeneswalker@users.noreply.github.com> | 2024-08-16 09:57:46 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 09:57:46 -0700 |
commit | 61b0f4f84dda320fd93d287f50e773b2037e9ca3 (patch) | |
tree | 8932409fcd277d7166b9a1c0176034a638bf6618 /share | |
parent | fe3bfa482e630a336787cbf4df62ea848b4ac374 (diff) | |
download | spack-61b0f4f84dda320fd93d287f50e773b2037e9ca3.tar.gz spack-61b0f4f84dda320fd93d287f50e773b2037e9ca3.tar.bz2 spack-61b0f4f84dda320fd93d287f50e773b2037e9ca3.tar.xz spack-61b0f4f84dda320fd93d287f50e773b2037e9ca3.zip |
e4s ci: add wrf (#45719)
* e4s ci: add wrf
* e4s ci: also add wrf companion/adjacent package wps
* e4s oneapi: comment out wps: %oneapi not supported?
Diffstat (limited to 'share')
4 files changed, 8 insertions, 0 deletions
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 38593deab4..7e9b7ae11b 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 @@ -157,6 +157,8 @@ spack: - umpire - upcxx - wannier90 + - wps + - wrf - xyce +mpi +shared +pymi +pymi_static_tpls # INCLUDED IN ECP DAV CPU - adios2 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 105afcf355..8f164ac7f1 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-oneapi/spack.yaml @@ -171,6 +171,7 @@ spack: - upcxx - variorum - wannier90 + - wrf - xyce +mpi +shared +pymi +pymi_static_tpls # INCLUDED IN ECP DAV CPU - adios2 @@ -197,6 +198,7 @@ spack: # - lbann # 2024.2 internal compiler error # - plasma # 2024.2 internal compiler error # - quantum-espresso # quantum-espresso: external/mbd/src/mbd_c_api.F90(392): error #6645: The name of the module procedure conflicts with a name in the encompassing scoping unit. [F_C_STRING] + # - wps # wps: InstallError: Compiler not recognized nor supported. # PYTHON PACKAGES - opencv +python3 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 24b2851327..ea6682d204 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s-power/spack.yaml @@ -160,6 +160,8 @@ spack: - umpire - upcxx - wannier90 + - wps + - wrf - xyce +mpi +shared +pymi +pymi_static_tpls # INCLUDED IN ECP DAV CPU - adios2 diff --git a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml index c628dd509a..712b9872d0 100644 --- a/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml +++ b/share/spack/gitlab/cloud_pipelines/stacks/e4s/spack.yaml @@ -171,6 +171,8 @@ spack: - upcxx - variorum - wannier90 + - wps + - wrf - xyce +mpi +shared +pymi +pymi_static_tpls # INCLUDED IN ECP DAV CPU - adios2 |