zig: add v0.10.1 (#36639)
This commit is contained in:
parent
44306d3492
commit
664c12c7be
@ -13,8 +13,10 @@ class Zig(CMakePackage):
|
||||
homepage = "https://ziglang.org/"
|
||||
git = "https://github.com/ziglang/zig.git"
|
||||
|
||||
version("0.9.1", tag="0.9.1")
|
||||
version("0.7.1", tag="0.7.1", deprecated=True)
|
||||
maintainers("alalazo")
|
||||
|
||||
version("0.10.1", tag="0.10.1")
|
||||
version("0.9.1", tag="0.9.1", deprecated=True)
|
||||
|
||||
variant(
|
||||
"build_type",
|
||||
@ -23,8 +25,9 @@ class Zig(CMakePackage):
|
||||
description="CMake build type",
|
||||
)
|
||||
|
||||
depends_on("llvm@11.0.0: targets=all")
|
||||
depends_on("llvm@13 targets=all", when="@0.9.1:")
|
||||
depends_on("llvm targets=all")
|
||||
depends_on("llvm@13", when="@0.9.1")
|
||||
depends_on("llvm@15", when="@0.10.1")
|
||||
|
||||
depends_on("git", type="build")
|
||||
depends_on("ccache")
|
||||
|
Loading…
Reference in New Issue
Block a user