mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ucx: add missing submodule (#538738)
This commit is contained in:
commit
ec1a112105
1 changed files with 8 additions and 1 deletions
|
|
@ -48,9 +48,16 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
owner = "openucx";
|
||||
repo = "ucx";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-jREdHE+DpT0OQ1pVEUgWnA9hTCP1IsGeATmDTT3YmcM=";
|
||||
# Otherwise compilation fails with:
|
||||
# fatal error: gpunetio/common/doca_gpunetio_verbs_def.h: No such file or directory
|
||||
fetchSubmodules = true;
|
||||
hash = "sha256-Td6L5wXDadIbHfk251bj6k9J3kIjqCYVx5lDso/u76M=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
patchShebangs config/nvcc_wrap.sh
|
||||
'';
|
||||
|
||||
outputs = [
|
||||
"out"
|
||||
"doc"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue