upp: add v10.0.8 (#35667)
This commit is contained in:
parent
a08d86c201
commit
7e02139cad
1 changed files with 2 additions and 0 deletions
|
@ -21,6 +21,7 @@ class Upp(CMakePackage):
|
|||
|
||||
version("10.0.10", sha256="0c96a88d0e79b554d5fcee9401efcf4d6273da01d15e3413845274f73d70b66e")
|
||||
version("10.0.9", tag="upp_v10.0.9", submodules=True)
|
||||
version("10.0.8", tag="upp_v10.0.8", submodules=True)
|
||||
|
||||
variant("openmp", default=True)
|
||||
variant("postexec", default=True)
|
||||
|
@ -34,6 +35,7 @@ class Upp(CMakePackage):
|
|||
depends_on("g2")
|
||||
depends_on("g2tmpl")
|
||||
depends_on("ip")
|
||||
depends_on("gfsio", when="@:10.0.8")
|
||||
|
||||
depends_on("nemsio", when="+postexec")
|
||||
depends_on("sfcio", when="+postexec")
|
||||
|
|
Loading…
Reference in a new issue