cudaPackages.autoAddCudaCompatRunpathHook: dummy libcudaPath when broken
This commit is contained in:
parent
6256391a35
commit
076fc3ad31
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ final: _: {
|
|||
{
|
||||
name = "auto-add-cuda-compat-runpath-hook";
|
||||
substitutions = {
|
||||
libcudaPath = "${cuda_compat}/compat";
|
||||
# Hotfix Ofborg evaluation
|
||||
libcudaPath = if final.flags.isJetsonBuild then "${cuda_compat}/compat" else null;
|
||||
};
|
||||
meta.broken = !final.flags.isJetsonBuild;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue