File tree Expand file tree Collapse file tree 6 files changed +22
-22
lines changed Expand file tree Collapse file tree 6 files changed +22
-22
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/18418 /w_BaseKit_p_2022.1.0.116_offline .exe
7
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154_offline .exe
8
8
WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
9
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119_offline .sh
10
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97_offline .sh
9
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146_offline .sh
10
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117_offline .sh
11
11
MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
12
12
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
13
13
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
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/18418 /w_BaseKit_p_2022.1.0.116_offline .exe
10
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154_offline .exe
11
11
- name : WINDOWS_HPCKIT_URL
12
12
value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
13
13
- name : LINUX_BASEKIT_URL
14
- value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119_offline .sh
14
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146_offline .sh
15
15
- name : LINUX_HPCKIT_URL
16
- value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97_offline .sh
16
+ value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117_offline .sh
17
17
- name : MACOS_HPCKIT_URL
18
18
value : https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
19
19
- name : WINDOWS_CPP_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/18418 /w_BaseKit_p_2022.1.0.116_offline .exe"
9
+ default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154_offline .exe"
10
10
WINDOWS_HPCKIT_URL :
11
11
type : string
12
12
default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe"
13
13
LINUX_BASEKIT_URL :
14
14
type : string
15
- default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119_offline .sh"
15
+ default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146_offline .sh"
16
16
LINUX_HPCKIT_URL :
17
17
type : string
18
- default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97_offline .sh"
18
+ default : " https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117_offline .sh"
19
19
WINDOWS_CPP_COMPONENTS :
20
20
type : string
21
21
default : " intel.oneapi.win.cpp-compiler"
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ name: build_all
7
7
on : push
8
8
9
9
env :
10
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18418 /w_BaseKit_p_2022.1.0.116_offline .exe
10
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154_offline .exe
11
11
WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
12
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119_offline .sh
13
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97_offline .sh
12
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146_offline .sh
13
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117_offline .sh
14
14
MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86_offline.dmg
15
15
WINDOWS_CPP_COMPONENTS : intel.oneapi.win.cpp-compiler
16
16
WINDOWS_FORTRAN_COMPONENTS : intel.oneapi.win.ifort-compiler
Original file line number Diff line number Diff line change 11
11
- cron : ' 0 0 * * *'
12
12
13
13
env :
14
- WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18418 /w_BaseKit_p_2022.1.0.116 .exe
14
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154 .exe
15
15
WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93.exe
16
16
WINDOWS_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18416/w_IoTKit_p_2022.1.0.85.exe
17
17
WINDOWS_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18398/w_RenderKit_p_2022.1.0.88.exe
18
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119 .sh
19
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97 .sh
20
- LINUX_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18437 /l_IoTKit_p_2022.1.1.84 .sh
21
- LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18434 /l_AIKit_p_2022.1.1.106 .sh
22
- LINUX_DLFDKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18433 /l_DLFDKit_p_2022.1.1.69 .sh
18
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146 .sh
19
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117 .sh
20
+ LINUX_IOTKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18477 /l_IoTKit_p_2022.1.2.102 .sh
21
+ LINUX_AIKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18486 /l_AIKit_p_2022.1.2.135 .sh
22
+ LINUX_DLFDKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18475 /l_DLFDKit_p_2022.1.2.86 .sh
23
23
LINUX_RENDERKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18379/l_RenderKit_p_2022.1.0.74.sh
24
24
MACOS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18342/m_BaseKit_p_2022.1.0.92.dmg
25
25
MACOS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18341/m_HPCKit_p_2022.1.0.86.dmg
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/18418 /w_BaseKit_p_2022.1.0.116_offline .exe
9
+ WINDOWS_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18497 /w_BaseKit_p_2022.1.2.154_offline .exe
10
10
WINDOWS_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18417/w_HPCKit_p_2022.1.0.93_offline.exe
11
- LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18445 /l_BaseKit_p_2022.1.1.119_offline .sh
12
- LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18438 /l_HPCKit_p_2022.1.1.97_offline .sh
11
+ LINUX_BASEKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18487 /l_BaseKit_p_2022.1.2.146_offline .sh
12
+ LINUX_HPCKIT_URL : https://registrationcenter-download.intel.com/akdlm/irc_nas/18479 /l_HPCKit_p_2022.1.2.117_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
- LINUX_APT_DNF_CACHE_NUMBER : 5
22
+ LINUX_APT_DNF_CACHE_NUMBER : 6
23
23
SAMPLES_TAG : 2022.1.0
24
24
25
25
.shared_windows_runners :
You can’t perform that action at this time.
0 commit comments