Merge pull request #300297 from jonringer/jaxlib-bin-autoadd

jaxlib-bin: use pkgs.autoAddDriverRunpath
This commit is contained in:
Someone 2024-03-30 22:43:58 +00:00 committed by GitHub
commit 9a80c6e84f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,7 @@
# See `python3Packages.jax.passthru` for CUDA tests. # See `python3Packages.jax.passthru` for CUDA tests.
{ absl-py { absl-py
, autoAddDriverRunpath
, autoPatchelfHook , autoPatchelfHook
, buildPythonPackage , buildPythonPackage
, config , config
@ -23,7 +24,7 @@
}: }:
let let
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaVersion; inherit (cudaPackagesGoogle) cudaVersion;
version = "0.4.24"; version = "0.4.24";