Skip to content
Snippets Groups Projects
Commit 2c6fb435 authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

update icon-nwp spack recipe to build with plexrt 3D radiation

parent e387ce4e
Branches FJ/spack_icon_install
No related tags found
1 merge request!5Update readme
......@@ -23,8 +23,9 @@ class IconNwp(Package):
# version("2.5.0-nwp3", branch="icon-nwp/op-release-2.5.0-nwp3")
version("2.6.4-nwp3", branch="icon-nwp/op-release-2.6.4-nwp3")
version("2.6.5-nwp0", branch="icon-nwp/op-release-2.6.5-nwp0")
version("master", branch="master")
version("psp", branch="icon-nwp/icon-nwp-psp")
version("plexrt", branch="icon-nwp/icon-nwp-plexrt")
version("master", branch="master")
variant("lmu", default=False, description="if git.url and submodules should be patched to use the LMU mirrors")
variant("plexrt", default=False, description="add 3D radiation support with TenStream")
......@@ -37,8 +38,9 @@ class IconNwp(Package):
depends_on("eccodes+fortran")
depends_on("libxml2")
depends_on("petsc", when="@psp")
depends_on("petsc", when="+petsc")
depends_on("petsc", when="+plexrt")
depends_on("tenstream", when="@plexrt")
depends_on("tenstream", when="+plexrt")
# Openblas? best way of doing it?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment