Merge pull request #300297 from jonringer/jaxlib-bin-autoadd
jaxlib-bin: use pkgs.autoAddDriverRunpath
This commit is contained in:
commit
9a80c6e84f
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue