python3Packages.jaxlib: fix eval, infinate recursion (#437069)
This commit is contained in:
@@ -6,8 +6,7 @@
|
||||
# Build-time dependencies:
|
||||
addDriverRunpath,
|
||||
autoAddDriverRunpath,
|
||||
#bazel_6,
|
||||
bazel,
|
||||
bazel_7,
|
||||
binutils,
|
||||
buildBazelPackage,
|
||||
buildPythonPackage,
|
||||
@@ -226,7 +225,7 @@ let
|
||||
|
||||
# See https://github.com/google/jax/blob/main/.bazelversion for the latest.
|
||||
#bazel = bazel_6;
|
||||
bazel = bazel;
|
||||
bazel = bazel_7;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "google";
|
||||
|
||||
Reference in New Issue
Block a user