File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ toolchain:
9
9
- {compiler: gcc, version: 14}
10
10
- {compiler: gcc, version: 13}
11
11
- {compiler: gcc, version: 12}
12
+ - {compiler: intel, version: '2025.2'}
12
13
- {compiler: intel, version: '2025.0'}
13
14
- {compiler: intel, version: '2024.1'}
14
15
- {compiler: intel, version: '2024.0'}
Original file line number Diff line number Diff line change @@ -267,6 +267,9 @@ intel_version_map_l()
267
267
2025.0 | 2025.0.1)
268
268
version=2025.0
269
269
;;
270
+ 2025.2 | 2025.2.1)
271
+ version=2025.2
272
+ ;;
270
273
2021.1)
271
274
version=2021.1.1
272
275
;;
@@ -344,6 +347,9 @@ intel_version_map_w()
344
347
esac
345
348
else
346
349
case $actual_version in
350
+ 2025.2 | 2025.2.1)
351
+ version=2025.2.1
352
+ ;;
347
353
2025.0 | 2025.0.1)
348
354
version=2025.0.1
349
355
;;
@@ -485,6 +491,10 @@ install_intel_win()
485
491
intel_version_map_w $version $classic
486
492
487
493
case $version in
494
+ 2025.2.1)
495
+ WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/e63ac2b4-8a9a-4768-979a-399a8b6299de/intel-oneapi-hpc-toolkit-2025.2.1.46_offline.exe
496
+ WINDOWS_HPCKIT_COMPONENTS=intel.oneapi.win.ifort-compiler:intel.oneapi.win.cpp-dpcpp-common
497
+ ;;
488
498
2025.0.1)
489
499
WINDOWS_HPCKIT_URL=https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe
490
500
WINDOWS_HPCKIT_COMPONENTS=intel.oneapi.win.ifort-compiler:intel.oneapi.win.cpp-dpcpp-common
You can’t perform that action at this time.
0 commit comments