forked from rarias/bscpkgs
tmp
This commit is contained in:
parent
551b1b9e45
commit
439242f669
@ -49,7 +49,7 @@ let
|
||||
inherit gcc;
|
||||
cc = clangOmpss2Unwrapped;
|
||||
gccVersion = with versions; let v = gcc.version; in concatStringsSep "." [(major v) (minor v) (patch v)];
|
||||
in wrapCCWith {
|
||||
in (wrapCCWith {
|
||||
inherit cc bintools;
|
||||
# extraPackages adds packages to depsTargetTargetPropagated
|
||||
extraPackages = optional (omp != null) omp;
|
||||
@ -80,5 +80,6 @@ in wrapCCWith {
|
||||
'' + optionalString (ompss2rt != null && ompss2rt.pname == "nodes") ''
|
||||
echo "export NOSV_HOME=${ompss2rt.nosv.__spliced.targetTarget}" >> $out/nix-support/cc-wrapper-hook
|
||||
'';
|
||||
}
|
||||
}) // { inherit ompss2rt; }
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user