Skip to content

Commit c87557e

Browse files
authored
Added new versions of Intel OneAPI C++ compiler (#1541)
1 parent ff2e783 commit c87557e

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

bin/yaml/cpp.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,11 +1233,31 @@ compilers:
12331233
fetch:
12341234
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6780ac84-6256-4b59-a647-330eb65f32b6/l_dpcpp-cpp-compiler_p_{{name}}_offline.sh install.sh
12351235
script: *intel-one-install-script
1236+
- name: 2024.2.1.79
1237+
check_exe: compiler/latest/bin/icx -V
1238+
fetch:
1239+
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/74587994-3c83-48fd-b963-b707521a63f4/l_dpcpp-cpp-compiler_p_{{name}}_offline.sh install.sh
1240+
script: *intel-one-install-script
12361241
- name: 2025.0.0.740
12371242
check_exe: compiler/latest/bin/icx -V
12381243
fetch:
12391244
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac92f2bb-4818-4e53-a432-f8b34d502f23/intel-dpcpp-cpp-compiler-{{name}}_offline.sh install.sh
12401245
script: *intel-one-install-script
1246+
- name: 2025.0.1.46
1247+
check_exe: compiler/latest/bin/icx -V
1248+
fetch:
1249+
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4fd7c6b0-853f-458a-a8ec-421ab50a80a6/intel-dpcpp-cpp-compiler-{{name}}_offline.sh install.sh
1250+
script: *intel-one-install-script
1251+
- name: 2025.0.3.9
1252+
check_exe: compiler/latest/bin/icx -V
1253+
fetch:
1254+
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/1cac4f39-2032-4aa9-86d7-e4f3e40e4277/intel-dpcpp-cpp-compiler-{{name}}_offline.sh install.sh
1255+
script: *intel-one-install-script
1256+
- name: 2025.0.4.20
1257+
check_exe: compiler/latest/bin/icx -V
1258+
fetch:
1259+
- https://registrationcenter-download.intel.com/akdlm/IRC_NAS/84c039b6-2b7d-4544-a745-3fcf8afd643f/intel-dpcpp-cpp-compiler-{{name}}_offline.sh install.sh
1260+
script: *intel-one-install-script
12411261

12421262
nvhpc-sdk:
12431263
type: script

0 commit comments

Comments
 (0)