Merge pull request #300293 from jonringer/jringer/ucx-autoadd
ucx: use pkgs.autoAddDriverRunpath
This commit is contained in:
commit
8b1d5260c4
@ -1,6 +1,7 @@
|
|||||||
{ lib, stdenv, fetchFromGitHub, autoreconfHook, doxygen, numactl
|
{ lib, stdenv, fetchFromGitHub, autoreconfHook, doxygen, numactl
|
||||||
, rdma-core, libbfd, libiberty, perl, zlib, symlinkJoin, pkg-config
|
, rdma-core, libbfd, libiberty, perl, zlib, symlinkJoin, pkg-config
|
||||||
, config
|
, config
|
||||||
|
, autoAddDriverRunpath
|
||||||
, enableCuda ? config.cudaSupport
|
, enableCuda ? config.cudaSupport
|
||||||
, cudaPackages
|
, cudaPackages
|
||||||
, enableRocm ? config.rocmSupport
|
, enableRocm ? config.rocmSupport
|
||||||
@ -36,7 +37,7 @@ stdenv.mkDerivation rec {
|
|||||||
]
|
]
|
||||||
++ lib.optionals enableCuda [
|
++ lib.optionals enableCuda [
|
||||||
cudaPackages.cuda_nvcc
|
cudaPackages.cuda_nvcc
|
||||||
cudaPackages.autoAddDriverRunpath
|
autoAddDriverRunpath
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user