python312Packages.jaxlib: use jaxlib-bin by default

Thanks to bazel, it is difficult to source build with our current
resources.
This commit is contained in:
natsukium
2024-12-29 19:12:22 +09:00
parent a968249646
commit 3dbc7c385c
+1 -2
View File
@@ -6572,8 +6572,7 @@ self: super: with self; {
IOKit = pkgs.darwin.apple_sdk_11_0.IOKit;
};
# Use the -bin on macOS since the source build doesn't support it (see #323154)
jaxlib = if jaxlib-build.meta.unsupported then jaxlib-bin else jaxlib-build;
jaxlib = jaxlib-bin;
jaxlibWithCuda = self.jaxlib.override {
cudaSupport = true;