Skip to content

Commit d3a5777

Browse files
authored
2023.2.0 (#75)
1 parent 5432cb2 commit d3a5777

File tree

9 files changed

+62
-121
lines changed

9 files changed

+62
-121
lines changed

.appveyor.yml

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

55
environment:
66
global:
7-
WINDOWS_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256_offline.exe
8-
WINDOWS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe
9-
LINUX_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401_offline.sh
10-
LINUX_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346_offline.sh
11-
MACOS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543_offline.dmg
7+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
8+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
9+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
10+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
11+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
1212
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1313
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1414
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -20,7 +20,7 @@ environment:
2020
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2121
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2222
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
23-
SAMPLES_TAG: 2023.1.0
23+
SAMPLES_TAG: 2023.2.0
2424
VS_VER: vs2019
2525

2626
matrix:

.azure-pipelines.yml

Lines changed: 8 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ trigger:
77

88
variables:
99
- name: WINDOWS_BASEKIT_URL
10-
value: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256_offline.exe
10+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
1111
- name: WINDOWS_HPCKIT_URL
12-
value: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe
12+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
1313
- name: LINUX_BASEKIT_URL
14-
value: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401_offline.sh
14+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
1515
- name: LINUX_HPCKIT_URL
16-
value: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346_offline.sh
16+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
1717
- name: MACOS_HPCKIT_URL
18-
value: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543_offline.dmg
18+
value: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
1919
- name: WINDOWS_CPP_COMPONENTS
2020
value: intel.oneapi.win.cpp-compiler
2121
- name: WINDOWS_FORTRAN_COMPONENTS
@@ -39,11 +39,11 @@ variables:
3939
- name: MACOS_FORTRAN_COMPONENTS
4040
value: intel.oneapi.mac.ifort-compiler
4141
- name: SAMPLES_TAG
42-
value: 2023.1.0
42+
value: 2023.2.0
4343
- name: COMPILER_VERSION
44-
value: 2023.1.0
44+
value: 2023.2.0
4545
- name: TBB_VERSION
46-
value: 2021.9.0
46+
value: 2021.10.0
4747
- name: VS_VER
4848
value: vs2022
4949

@@ -400,57 +400,6 @@ jobs:
400400
displayName: exclude unused files from cache
401401
condition: ne(variables.CACHE_RESTORED, 'true')
402402

403-
- job: build_linux_dnf_cpp
404-
pool:
405-
vmImage: 'ubuntu-20.04'
406-
container: fedora:32
407-
steps:
408-
- script: scripts/install_prerequisites_linux_dnf.sh
409-
displayName: install prerequisites
410-
- script: scripts/setup_yum_dnf_repo_linux.sh
411-
displayName: setup yum/dnf repo
412-
- script: scripts/dnf_depends.sh $LINUX_CPP_COMPONENTS | tee depends.txt
413-
displayName: collect versioned dependencies of dnf packages
414-
- script: scripts/install_linux_dnf.sh $(LINUX_CPP_COMPONENTS)
415-
displayName: install
416-
condition: ne(variables.CACHE_RESTORED, 'true')
417-
- script: scripts/build_linux.sh c++ $(SAMPLES_TAG)
418-
displayName: build
419-
420-
- job: build_linux_dnf_fortran
421-
pool:
422-
vmImage: 'ubuntu-20.04'
423-
container: fedora:32
424-
steps:
425-
- script: scripts/install_prerequisites_linux_dnf.sh
426-
displayName: install prerequisites
427-
- script: scripts/setup_yum_dnf_repo_linux.sh
428-
displayName: setup yum/dnf repo
429-
- script: scripts/dnf_depends.sh $LINUX_CPP_COMPONENTS | tee depends.txt
430-
displayName: collect versioned dependencies of dnf packages
431-
- script: scripts/install_linux_dnf.sh $(LINUX_FORTRAN_COMPONENTS)
432-
displayName: install
433-
condition: ne(variables.CACHE_RESTORED, 'true')
434-
- script: scripts/build_linux.sh fortran $(SAMPLES_TAG)
435-
displayName: build
436-
437-
- job: build_linux_dnf_dpcpp
438-
pool:
439-
vmImage: 'ubuntu-20.04'
440-
container: fedora:32
441-
steps:
442-
- script: scripts/install_prerequisites_linux_dnf.sh
443-
displayName: install prerequisites
444-
- script: scripts/setup_yum_dnf_repo_linux.sh
445-
displayName: setup yum/dnf repo
446-
- script: scripts/dnf_depends.sh $LINUX_CPP_COMPONENTS | tee depends.txt
447-
displayName: collect versioned dependencies of dnf packages
448-
- script: scripts/install_linux_dnf.sh $(LINUX_DPCPP_COMPONENTS)
449-
displayName: install
450-
condition: ne(variables.CACHE_RESTORED, 'true')
451-
- script: scripts/build_linux.sh dpc++ $(SAMPLES_TAG)
452-
displayName: build
453-
454403
- job: build_macOS_cpp
455404
pool:
456405
vmImage: 'macOS-latest'

.circleci/config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ version: 2.1
66
parameters:
77
WINDOWS_BASEKIT_URL:
88
type: string
9-
default: "https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256_offline.exe"
9+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe"
1010
WINDOWS_HPCKIT_URL:
1111
type: string
12-
default: "https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe"
12+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe"
1313
LINUX_BASEKIT_URL:
1414
type: string
15-
default: "https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401_offline.sh"
15+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh"
1616
LINUX_HPCKIT_URL:
1717
type: string
18-
default: "https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346_offline.sh"
18+
default: "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh"
1919
WINDOWS_CPP_COMPONENTS:
2020
type: string
2121
default: "intel.oneapi.win.cpp-compiler"
@@ -45,13 +45,13 @@ parameters:
4545
default: "intel.oneapi.lin.dpcpp-cpp-compiler"
4646
SAMPLES_TAG:
4747
type: string
48-
default: "2023.1.0"
48+
default: "2023.2.0"
4949
COMPILER_VERSION:
5050
type: string
51-
default: "2023.1.0"
51+
default: "2023.2.0"
5252
TBB_VERSION:
5353
type: string
54-
default: "2021.9.0"
54+
default: "2021.10.0"
5555
VS_VER:
5656
type: string
5757
default: "vs2017"
@@ -383,7 +383,7 @@ jobs:
383383

384384
build_linux_dnf_cpp:
385385
docker:
386-
- image: fedora:latest
386+
- image: fedora:37
387387
steps:
388388
- checkout
389389
- run:
@@ -416,7 +416,7 @@ jobs:
416416

417417
build_linux_dnf_fortran:
418418
docker:
419-
- image: fedora:latest
419+
- image: fedora:37
420420
steps:
421421
- checkout
422422
- run:
@@ -449,7 +449,7 @@ jobs:
449449

450450
build_linux_dnf_dpcpp:
451451
docker:
452-
- image: fedora:latest
452+
- image: fedora:37
453453
steps:
454454
- checkout
455455
- run:
@@ -511,7 +511,7 @@ jobs:
511511
steps:
512512
- run:
513513
name: install_git
514-
command: apt update && apt install -y git
514+
command: apt update && apt install -y git cmake
515515
- checkout
516516
- run:
517517
name: build

.github/workflows/build_all.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name: build_all
77
on: push
88

99
env:
10-
WINDOWS_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256_offline.exe
11-
WINDOWS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe
12-
LINUX_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401_offline.sh
13-
LINUX_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346_offline.sh
14-
MACOS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543_offline.dmg
10+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
11+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
12+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
13+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
14+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443_offline.dmg
1515
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1616
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1717
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -24,9 +24,9 @@ env:
2424
MACOS_CPP_COMPONENTS: intel.oneapi.mac.cpp-compiler
2525
MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler
2626
CACHE_NUMBER: 7
27-
SAMPLES_TAG: 2023.1.0
28-
COMPILER_VERSION: 2023.1.0
29-
TBB_VERSION: 2021.9.0
27+
SAMPLES_TAG: 2023.2.0
28+
COMPILER_VERSION: 2023.2.0
29+
TBB_VERSION: 2021.10.0
3030
VS_VER: vs2022
3131

3232
jobs:
@@ -333,7 +333,7 @@ jobs:
333333

334334
build_linux_dnf_cpp:
335335
runs-on: ubuntu-20.04
336-
container: fedora
336+
container: fedora:37
337337
defaults:
338338
run:
339339
shell: bash
@@ -363,7 +363,7 @@ jobs:
363363

364364
build_linux_dnf_fortran:
365365
runs-on: ubuntu-20.04
366-
container: fedora
366+
container: fedora:37
367367
defaults:
368368
run:
369369
shell: bash
@@ -393,7 +393,7 @@ jobs:
393393

394394
build_linux_dnf_dpcpp:
395395
runs-on: ubuntu-20.04
396-
container: fedora
396+
container: fedora:37
397397
defaults:
398398
run:
399399
shell: bash

.github/workflows/list_components.yml

Lines changed: 13 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,18 @@ on:
1111
- cron: '0 0 * * *'
1212

1313
env:
14-
WINDOWS_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256.exe
15-
WINDOWS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357.exe
16-
WINDOWS_IOTKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/365570df-0a47-463b-b1eb-cda0c2e04bc6/w_IoTKit_p_2023.1.0.46355.exe
17-
WINDOWS_RENDERKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/62054265-968e-4c68-88dd-c1a06861dba2/w_RenderKit_p_2023.1.0.47568.exe
18-
LINUX_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401.sh
19-
LINUX_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346.sh
20-
LINUX_IOTKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c1cb379a-6aab-4f18-a8c9-611ca8905ef8/l_IoTKit_p_2023.1.0.46344.sh
21-
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ef4efa4d-9b83-4994-a122-d5a4d2dec84c/l_AIKit_p_2023.1.1.48862.sh
22-
LINUX_DLFDKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a7f1659f-558b-4131-a839-ab5ff2584c77/l_DLFDKit_p_2023.1.0.46364.sh
23-
LINUX_RENDERKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/79e1d29b-1546-4795-b2a4-ae5f8d504df2/l_RenderKit_p_2023.1.0.47259.sh
24-
MACOS_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2516a0a0-de4d-4f3d-9e83-545b32127dbb/m_BaseKit_p_2023.1.0.45568.dmg
25-
MACOS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg
26-
MACOS_RENDERKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/da33ae67-fcf0-4b4d-8e41-a4b31e9b49fd/m_RenderKit_p_2023.1.0.47135.dmg
14+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396.exe
15+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441.exe
16+
WINDOWS_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/dbdf4222-ff39-4c53-9b1a-23585f9a5e25/w_IoTKit_p_2023.2.0.49274.exe
17+
WINDOWS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b80ac7cd-0ef8-45b3-ad1f-2e8504113c34/w_RenderKit_p_2023.2.0.49368.exe
18+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397.sh
19+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440.sh
20+
LINUX_IOTKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/792937e1-5667-47a9-a9df-e1142fce55b5/l_IoTKit_p_2023.2.0.49273.sh
21+
LINUX_AIKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/19202/l_AIKit_p_2023.1.0.31760.sh
22+
LINUX_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a75957c3-0cf8-4385-8913-07b33324f7fb/l_RenderKit_p_2023.2.0.49367.sh
23+
MACOS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/cd013e6c-49c4-488b-8b86-25df6693a9b7/m_BaseKit_p_2023.2.0.49398.dmg
24+
MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg
25+
MACOS_RENDERKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0510c852-f273-4e43-b8d6-9076cbc0dd34/m_RenderKit_p_2023.2.0.49370.dmg
2726

2827
jobs:
2928
windows:
@@ -69,8 +68,6 @@ jobs:
6968
run: scripts/list_components_linux.sh $LINUX_IOTKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_iotkit.txt
7069
- name: Intel® AI Analytics Toolkit
7170
run: scripts/list_components_linux.sh $LINUX_AIKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_aikit.txt
72-
- name: Intel® oneAPI DL Framework Developer Toolkit
73-
run: scripts/list_components_linux.sh $LINUX_DLFDKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_dlfdkit.txt
7471
- name: Intel® oneAPI Rendering Toolkit
7572
run: scripts/list_components_linux.sh $LINUX_RENDERKIT_URL doc/source/${{ github.workflow }}/${{ github.job }}_renderkit.txt
7673

@@ -103,7 +100,7 @@ jobs:
103100

104101
linux_yum_dnf:
105102
runs-on: ubuntu-20.04
106-
container: fedora
103+
container: fedora:37
107104
defaults:
108105
run:
109106
shell: bash

.gitlab-ci.yml

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

88
variables:
9-
WINDOWS_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/c961e083-5685-4f0b-ada5-c6cf16f561dd/w_BaseKit_p_2023.1.0.47256_offline.exe
10-
WINDOWS_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/2a13d966-fcc5-4a66-9fcc-50603820e0c9/w_HPCKit_p_2023.1.0.46357_offline.exe
11-
LINUX_BASEKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/7deeaac4-f605-4bcf-a81b-ea7531577c61/l_BaseKit_p_2023.1.0.46401_offline.sh
12-
LINUX_HPCKIT_URL: https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/1ff1b38a-8218-4c53-9956-f0b264de35a4/l_HPCKit_p_2023.1.0.46346_offline.sh
9+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/f96c71db-2c6c-45d9-8c1f-0348ef5885cf/w_BaseKit_p_2023.2.0.49396_offline.exe
10+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/438527fc-7140-422c-a851-389f2791816b/w_HPCKit_p_2023.2.0.49441_offline.exe
11+
LINUX_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/992857b9-624c-45de-9701-f6445d845359/l_BaseKit_p_2023.2.0.49397_offline.sh
12+
LINUX_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/0722521a-34b5-4c41-af3f-d5d14e88248d/l_HPCKit_p_2023.2.0.49440_offline.sh
1313
WINDOWS_CPP_COMPONENTS: intel.oneapi.win.cpp-compiler
1414
WINDOWS_FORTRAN_COMPONENTS: intel.oneapi.win.ifort-compiler
1515
WINDOWS_DPCPP_COMPONENTS: intel.oneapi.win.dpcpp-compiler
@@ -20,9 +20,9 @@ variables:
2020
LINUX_FORTRAN_COMPONENTS_WEB: intel.oneapi.lin.ifort-compiler
2121
LINUX_DPCPP_COMPONENTS_WEB: intel.oneapi.lin.dpcpp-cpp-compiler
2222
CACHE_NUMBER: 13
23-
SAMPLES_TAG: 2023.1.0
24-
COMPILER_VERSION: "2023.1.0"
25-
TBB_VERSION: "2021.9.0"
23+
SAMPLES_TAG: 2023.2.0
24+
COMPILER_VERSION: "2023.2.0"
25+
TBB_VERSION: "2021.10.0"
2626
VS_VER: 2019_build_tools
2727

2828
.shared_windows_runners:
@@ -376,7 +376,7 @@ build_linux_apt_dpcpp:
376376
mv /opt/intel/oneapi/tbb cache
377377
378378
build_linux_dnf_cpp:
379-
image: fedora:latest
379+
image: fedora:37
380380
stage: build
381381
cache:
382382
key: # GitLab CI doesn't support steps before cache is restored, i.e. only static cache keys are supported.
@@ -408,7 +408,7 @@ build_linux_dnf_cpp:
408408
mv /opt/intel/oneapi/compiler cache
409409
410410
build_linux_dnf_fortran:
411-
image: fedora:latest
411+
image: fedora:37
412412
stage: build
413413
cache:
414414
key:
@@ -440,7 +440,7 @@ build_linux_dnf_fortran:
440440
mv /opt/intel/oneapi/compiler cache
441441
442442
build_linux_dnf_dpcpp:
443-
image: fedora:latest
443+
image: fedora:37
444444
stage: build
445445
cache:
446446
key:

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
// SPDX-FileCopyrightText: 2022 Intel Corporation
1+
// SPDX-FileCopyrightText: 2023 Intel Corporation
22
//
33
// SPDX-License-Identifier: MIT
44

55
def SAMPLES_REPO = "https://github.com/oneapi-src/oneAPI-samples.git"
6-
def SAMPLES_TAG = "2023.1.0"
6+
def SAMPLES_TAG = "2023.2.0"
77

88
pipeline {
99
agent { docker { image 'intel/oneapi-hpckit' } }

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ GitHub |c| |c| |c| |c| |c| |c|
5555
Circle |c| |c| |c| |c| |c| |x|
5656
AppVeyor |c| |x| |x| |c| |c| |c|
5757
GitLab |c| |c| |x| |c| |c| |x|
58-
Azure |c| |c| |c| |c| |c| |c|
58+
Azure |c| |x| |c| |c| |c| |c|
5959
Jenkins |x| |x| |c| |x| |x| |x|
6060
======== ========= ========= ============ ===== ======= ===========
6161

doc/source/index.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ Intel\ |r| AI Analytics Toolkit
5353
.. include:: list_components/linux_aikit.txt
5454
:literal:
5555

56-
Intel\ |r| oneAPI DL Framework Developer Toolkit
57-
------------------------------------------------
58-
.. include:: list_components/linux_dlfdkit.txt
59-
:literal:
60-
6156
Intel\ |r| oneAPI Rendering Toolkit
6257
-----------------------------------
6358
.. include:: list_components/linux_renderkit.txt

0 commit comments

Comments
 (0)