@@ -7,15 +7,15 @@ trigger:
77
88variables :
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'
0 commit comments