Skip to content

Commit

Permalink
Merge pull request #300298 from jonringer/jaxlib-autoadd
Browse files Browse the repository at this point in the history
python3Packages.jaxlib: use pkgs.autoAddDriverRunpath
  • Loading branch information
SomeoneSerge authored Apr 3, 2024
2 parents 4bfabdf + 926ec0e commit c09cabf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/jaxlib/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

# Build-time dependencies:
, addOpenGLRunpath
, autoAddDriverRunpath
, bazel_6
, binutils
, buildBazelPackage
Expand Down Expand Up @@ -51,7 +52,7 @@
}@inputs:

let
inherit (cudaPackagesGoogle) autoAddDriverRunpath cudaFlags cudaVersion cudnn nccl;
inherit (cudaPackagesGoogle) cudaFlags cudaVersion cudnn nccl;

pname = "jaxlib";
version = "0.4.24";
Expand Down

0 comments on commit c09cabf

Please sign in to comment.