bazel: add v6.1.0 (#36020)

This commit is contained in:
Alec Scott 2023-03-11 23:14:25 -08:00 committed by GitHub
parent 6c9d079cfb
commit 6fbda46c12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -20,6 +20,7 @@ class Bazel(Package):
tags = ["build-tools"] tags = ["build-tools"]
version("6.1.0", sha256="c4b85675541cf66ee7cb71514097fdd6c5fc0e02527243617a4f20ca6b4f2932")
version("5.2.0", sha256="820a94dbb14071ed6d8c266cf0c080ecb265a5eea65307579489c4662c2d582a") version("5.2.0", sha256="820a94dbb14071ed6d8c266cf0c080ecb265a5eea65307579489c4662c2d582a")
version("5.1.1", sha256="7f5d3bc1d344692b2400f3765fd4b5c0b636eb4e7a8a7b17923095c7b56a4f78") version("5.1.1", sha256="7f5d3bc1d344692b2400f3765fd4b5c0b636eb4e7a8a7b17923095c7b56a4f78")
version("5.1.0", sha256="4de301f509fc6d0cbc697b2017384ecdc94df8f36245bbcbedc7ea6780acc9f5") version("5.1.0", sha256="4de301f509fc6d0cbc697b2017384ecdc94df8f36245bbcbedc7ea6780acc9f5")

View File

@ -31,7 +31,7 @@ class PyJaxlib(PythonPackage, CudaPackage):
depends_on("py-scipy@1.5:", type=("build", "run")) depends_on("py-scipy@1.5:", type=("build", "run"))
# .bazelversion # .bazelversion
depends_on("bazel@5.1.1:", when="@0.3:", type="build") depends_on("bazel@5.1.1:5.9", when="@0.3:", type="build")
# https://github.com/google/jax/issues/8440 # https://github.com/google/jax/issues/8440
depends_on("bazel@4.1:4", when="@0.1", type="build") depends_on("bazel@4.1:4", when="@0.1", type="build")