File tree 6 files changed +26
-26
lines changed 6 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 4
4
5
5
environment :
6
6
global :
7
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34_offline .exe
8
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38_offline .exe
9
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6bfca885-4156-491e-849b-1cd7da9cc760 /intel-oneapi-base-toolkit-2025.1.1.36_offline .sh
10
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40_offline .sh
7
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7_offline .exe
8
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8_offline .exe
9
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9_offline .sh
10
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11_offline .sh
11
11
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-dpcpp-common
12
12
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
13
13
WINDOWS_DPCPP_COMPONENTS : intel.oneapi.win.cpp-dpcpp-common
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ trigger:
7
7
8
8
variables :
9
9
- name : WINDOWS_BASEKIT_URL
10
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34_offline .exe
10
+ value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7_offline .exe
11
11
- name : WINDOWS_HPCKIT_URL
12
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38_offline .exe
12
+ value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8_offline .exe
13
13
- name : LINUX_BASEKIT_URL
14
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6bfca885-4156-491e-849b-1cd7da9cc760 /intel-oneapi-base-toolkit-2025.1.1.36_offline .sh
14
+ value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9_offline .sh
15
15
- name : LINUX_HPCKIT_URL
16
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40_offline .sh
16
+ value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11_offline .sh
17
17
- name : WINDOWS_CPP_COMPONENTS
18
18
value : intel.oneapi.win.cpp-dpcpp-common
19
19
- name : WINDOWS_FORTRAN_COMPONENTS
Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ version: 2.1
6
6
parameters :
7
7
WINDOWS_BASEKIT_URL :
8
8
type : string
9
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34_offline .exe"
9
+ default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7_offline .exe"
10
10
WINDOWS_HPCKIT_URL :
11
11
type : string
12
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38_offline .exe"
12
+ default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8_offline .exe"
13
13
LINUX_BASEKIT_URL :
14
14
type : string
15
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6bfca885-4156-491e-849b-1cd7da9cc760 /intel-oneapi-base-toolkit-2025.1.1.36_offline .sh"
15
+ default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9_offline .sh"
16
16
LINUX_HPCKIT_URL :
17
17
type : string
18
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40_offline .sh"
18
+ default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11_offline .sh"
19
19
WINDOWS_CPP_COMPONENTS :
20
20
type : string
21
21
default : " intel.oneapi.win.cpp-dpcpp-common"
Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ permissions: read-all
8
8
on : push
9
9
10
10
env :
11
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34_offline .exe
12
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38_offline .exe
13
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6bfca885-4156-491e-849b-1cd7da9cc760 /intel-oneapi-base-toolkit-2025.1.1.36_offline .sh
14
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40_offline .sh
11
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7_offline .exe
12
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8_offline .exe
13
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9_offline .sh
14
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11_offline .sh
15
15
LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh
16
16
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-dpcpp-common
17
17
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
22
22
LINUX_CPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler
23
23
LINUX_FORTRAN_COMPONENTS_WEB : intel.oneapi.lin.ifort-compiler
24
24
LINUX_DPCPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler
25
- CACHE_NUMBER : 6
25
+ CACHE_NUMBER : 7
26
26
SAMPLES_TAG : 2025.1.0
27
27
AI_SAMPLES_TAG : 2025.0.0
28
28
COMPILER_VERSION : 2025.1.1
Original file line number Diff line number Diff line change 12
12
- cron : ' 0 0 * * *'
13
13
14
14
env :
15
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34 .exe
16
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38 .exe
17
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651 .sh
18
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40 .sh
15
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7 .exe
16
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8 .exe
17
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9 .sh
18
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11 .sh
19
19
LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh
20
20
21
21
jobs :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ stages:
6
6
- build
7
7
8
8
variables :
9
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/7cd9bba0-7aab-4e30-b3ae-2221006a4a05 /intel-oneapi-base-toolkit-2025.1.1.34_offline .exe
10
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/82a3dedc-7a9c-4577-a543-68631423e509 /intel-oneapi-hpc-toolkit-2025.1.1.38_offline .exe
11
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/6bfca885-4156-491e-849b-1cd7da9cc760 /intel-oneapi-base-toolkit-2025.1.1.36_offline .sh
12
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cf9c083-82b5-4a8f-a515-c599b09dcefc /intel-oneapi-hpc-toolkit-2025.1.1.40_offline .sh
9
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/2cbb02eb-dd4c-4058-a4ac-2e38729a8409 /intel-oneapi-base-toolkit-2025.1.2.7_offline .exe
10
+ WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ab82b3e9-3750-4c10-9872-8101928547bf /intel-oneapi-hpc-toolkit-2025.1.2.8_offline .exe
11
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ac050ae7-da93-4108-823d-4334de3f4ee8 /intel-oneapi-base-toolkit-2025.1.2.9_offline .sh
12
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/27e04429-fb6f-4b1c-bc04-00db3b1b3982 /intel-oneapi-hpc-toolkit-2025.1.2.11_offline .sh
13
13
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
14
14
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
15
15
WINDOWS_DPCPP_COMPONENTS : intel.oneapi.win.dpcpp-compiler
@@ -19,7 +19,7 @@ variables:
19
19
LINUX_CPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler-pro
20
20
LINUX_FORTRAN_COMPONENTS_WEB : intel.oneapi.lin.ifort-compiler
21
21
LINUX_DPCPP_COMPONENTS_WEB : intel.oneapi.lin.dpcpp-cpp-compiler
22
- CACHE_NUMBER : 6
22
+ CACHE_NUMBER : 7
23
23
SAMPLES_TAG : 2025.1.0
24
24
COMPILER_VERSION : " 2025.1.1"
25
25
TBB_VERSION : " 2022.1.0"
You can’t perform that action at this time.
0 commit comments