forked from rarias/bscpkgs
icc2021: added stdc++ includes
This commit is contained in:
@@ -48,7 +48,7 @@ let
|
||||
|
||||
icc2021 = appendPasstru (callPackage ./bsc/intel-compiler/wrapper2021.nix {
|
||||
iccUnwrapped = bsc.icc2021Unwrapped;
|
||||
}) { CC = "icc"; CXX = "icpc"; };
|
||||
}) { CC = "icx"; CXX = "icpx"; };
|
||||
|
||||
icc = bsc.icc2020;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user