Skip to content

Commit a5a97d6

Browse files
committed
Update oneAPI Toolkit URLs and version numbers to 2026.1 across CI configuration files
1 parent 7db184a commit a5a97d6

6 files changed

Lines changed: 22 additions & 22 deletions

File tree

.appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
environment:
66
global:
7-
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193_offline.exe
8-
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh
7+
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191_offline.exe
8+
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192_offline.sh
99
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
1010
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1111
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common

.azure-pipelines.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ trigger:
77

88
variables:
99
- name: WINDOWS_TOOLKIT_URL
10-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193_offline.exe
10+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191_offline.exe
1111
- name: LINUX_TOOLKIT_URL
12-
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh
12+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192_offline.sh
1313
- name: WINDOWS_CPP_COMPONENTS
1414
value: intel.oneapi.win.cpp-dpcpp-common
1515
- name: WINDOWS_FORTRAN_COMPONENTS
@@ -31,9 +31,9 @@ variables:
3131
- name: SAMPLES_TAG
3232
value: master
3333
- name: COMPILER_VERSION
34-
value: 2026.0
34+
value: 2026.1
3535
- name: TBB_VERSION
36-
value: 2023.0
36+
value: 2023.1
3737
- name: VS_VER
3838
value: vs2022
3939

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ version: 2.1
66
parameters:
77
WINDOWS_TOOLKIT_URL:
88
type: string
9-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193_offline.exe"
9+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191_offline.exe"
1010
LINUX_TOOLKIT_URL:
1111
type: string
12-
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh"
12+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192_offline.sh"
1313
WINDOWS_CPP_COMPONENTS:
1414
type: string
1515
default: "intel.oneapi.win.cpp-dpcpp-common"
@@ -42,10 +42,10 @@ parameters:
4242
default: "master"
4343
COMPILER_VERSION:
4444
type: string
45-
default: "2026.0"
45+
default: "2026.1"
4646
TBB_VERSION:
4747
type: string
48-
default: "2023.0"
48+
default: "2023.1"
4949
VS_VER:
5050
type: string
5151
default: "vs2017"

.github/workflows/build_all.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ permissions: read-all
88
on: push
99

1010
env:
11-
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193_offline.exe
12-
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh
11+
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191_offline.exe
12+
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192_offline.sh
1313
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/491d5c2a-67fe-48d0-884f-6aecd88f5d8a/ai-tools-2025.0.0.75_offline.sh
1414
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-dpcpp-common
1515
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
@@ -20,11 +20,11 @@ env:
2020
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2121
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
2222
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
23-
CACHE_NUMBER: 12
23+
CACHE_NUMBER: 13
2424
SAMPLES_TAG: master
2525
AI_SAMPLES_TAG: 2025.0.0
26-
COMPILER_VERSION: 2026.0
27-
TBB_VERSION: 2023.0
26+
COMPILER_VERSION: 2026.1
27+
TBB_VERSION: 2023.1
2828
VS_VER: vs2022
2929

3030
jobs:

.github/workflows/list_components.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212
- cron: '0 0 * * *'
1313

1414
env:
15-
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193.exe
16-
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198.sh
15+
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191.exe
16+
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192.sh
1717

1818
jobs:
1919
windows:

.gitlab-ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ stages:
66
- build
77

88
variables:
9-
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bae85ab1-cfcd-4251-8d42-a0c27949ea33/intel-oneapi-toolkit-2026.0.0.193_offline.exe
10-
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/71180075-e4e3-4c6f-bbbb-19017ed0cf7d/intel-oneapi-toolkit-2026.0.0.198_offline.sh
9+
WINDOWS_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/4144bec3-82ce-4672-bd71-5c93a79cd5e7/intel-oneapi-toolkit-2026.1.0.191_offline.exe
10+
LINUX_TOOLKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/33cb2a22-ddf1-4aa9-8d68-1f5a118acaf2/intel-oneapi-toolkit-2026.1.0.192_offline.sh
1111
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1212
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1313
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -17,10 +17,10 @@ variables:
1717
LINUX_CPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler-pro
1818
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
1919
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
20-
CACHE_NUMBER: 12
20+
CACHE_NUMBER: 13
2121
SAMPLES_TAG: master
22-
COMPILER_VERSION: "2026.0"
23-
TBB_VERSION: "2023.0"
22+
COMPILER_VERSION: "2026.1"
23+
TBB_VERSION: "2023.1"
2424
VS_VER: 2019_build_tools
2525

2626
.shared_windows_runners:

0 commit comments

Comments
 (0)