File tree 6 files changed +29
-29
lines changed
6 files changed +29
-29
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe
8
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe
9
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh
10
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh
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
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe
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
11
11
- name : WINDOWS_HPCKIT_URL
12
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe
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
13
13
- name : LINUX_BASEKIT_URL
14
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh
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
15
15
- name : LINUX_HPCKIT_URL
16
- value : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh
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
17
17
- name : WINDOWS_CPP_COMPONENTS
18
18
value : intel.oneapi.win.cpp-dpcpp-common
19
19
- name : WINDOWS_FORTRAN_COMPONENTS
@@ -35,7 +35,7 @@ variables:
35
35
- name : SAMPLES_TAG
36
36
value : 2025.1.0
37
37
- name : COMPILER_VERSION
38
- value : 2025.1.0
38
+ value : 2025.1.1
39
39
- name : TBB_VERSION
40
40
value : 2022.1.0
41
41
- name : VS_VER
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe"
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"
10
10
WINDOWS_HPCKIT_URL :
11
11
type : string
12
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe"
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"
13
13
LINUX_BASEKIT_URL :
14
14
type : string
15
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh"
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"
16
16
LINUX_HPCKIT_URL :
17
17
type : string
18
- default : " https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh"
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"
19
19
WINDOWS_CPP_COMPONENTS :
20
20
type : string
21
21
default : " intel.oneapi.win.cpp-dpcpp-common"
@@ -48,7 +48,7 @@ parameters:
48
48
default : " 2025.1.0"
49
49
COMPILER_VERSION :
50
50
type : string
51
- default : " 2025.1.0 "
51
+ default : " 2025.1.1 "
52
52
TBB_VERSION :
53
53
type : string
54
54
default : " 2022.1.0"
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe
12
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe
13
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh
14
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh
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
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 : 4
25
+ CACHE_NUMBER : 6
26
26
SAMPLES_TAG : 2025.1.0
27
27
AI_SAMPLES_TAG : 2025.0.0
28
- COMPILER_VERSION : 2025.1.0
28
+ COMPILER_VERSION : 2025.1.1
29
29
TBB_VERSION : 2022.1.0
30
30
VS_VER : vs2022
31
31
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650 .exe
16
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665 .exe
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
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/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666 .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
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/487fd8c3-a3d8-4c22-a903-f8d54c2c57be /intel-oneapi-base-toolkit-2025.1.0.650_offline .exe
10
- WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0ba263f5-de00-4e91-a780-fdb9e131c1e8 /intel-oneapi-hpc-toolkit-2025.1.0.665_offline .exe
11
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cca951e1-31e7-485e-b300-fe7627cb8c08 /intel-oneapi-base-toolkit-2025.1.0.651_offline .sh
12
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d0df6732-bf5c-493b-a484-6094bea53787 /intel-oneapi-hpc-toolkit-2025.1.0.666_offline .sh
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
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,9 +19,9 @@ 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 : 5
22
+ CACHE_NUMBER : 6
23
23
SAMPLES_TAG : 2025.1.0
24
- COMPILER_VERSION : " 2025.1.0 "
24
+ COMPILER_VERSION : " 2025.1.1 "
25
25
TBB_VERSION : " 2022.1.0"
26
26
VS_VER : 2019_build_tools
27
27
You can’t perform that action at this time.
0 commit comments