forked from rarias/bscpkgs
Use gcc 13 for intel compiler 2023
Intel compiler for C++ (icpc) is not able to parse the location of C++ headers from the output of gcc 14, but works fine for gcc 13. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
parent
52fe43bfe1
commit
26f52aa27d
@ -12,7 +12,7 @@
|
|||||||
, autoPatchelfHook
|
, autoPatchelfHook
|
||||||
, symlinkJoin
|
, symlinkJoin
|
||||||
, libfabric
|
, libfabric
|
||||||
, gcc
|
, gcc13
|
||||||
, gcc7
|
, gcc7
|
||||||
, wrapCCWith
|
, wrapCCWith
|
||||||
, linuxHeaders
|
, linuxHeaders
|
||||||
@ -30,6 +30,8 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
|
gcc = gcc13;
|
||||||
|
|
||||||
v = {
|
v = {
|
||||||
hpckit = "2023.1.0";
|
hpckit = "2023.1.0";
|
||||||
compiler = "2023.1.0";
|
compiler = "2023.1.0";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user