Skip to content

Commit f5bcd24

Browse files
committed
gh-actions: add intel 2025.2.0 release packages.
1 parent c4ad328 commit f5bcd24

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/cmake.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ jobs:
7979
# if: endsWith(matrix.compiler_mpi, '_intelmpi')
8080
with:
8181
components: |
82-
ifx@2025.0.1
83-
icx@2025.0.1
84-
impi@2021.14.1
85-
mkl@2025.0.1
82+
ifx
83+
icx
84+
impi
85+
mkl
8686
8787
- name: install openmpi
8888
if: endsWith(matrix.compiler_mpi, '_openmpi') && (startsWith(matrix.container, 'rockylinux') || startsWith(matrix.container, 'fedora'))

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ jobs:
3434
- uses: rscohn2/setup-oneapi@v0
3535
with:
3636
components: |
37-
ifx@2025.0.1
38-
impi@2021.14.1
39-
mkl@2025.0.1
37+
ifx
38+
impi
39+
mkl
4040
prune: false
4141

4242
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ permissions:
2626
env:
2727
# update urls for oneapi packages according to
2828
# https://github.com/oneapi-src/oneapi-ci/blob/master/.github/workflows/build_all.yml
29-
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/ae29263e-38b9-4d43-86c3-376d6e0668e7/intel-oneapi-base-toolkit-2025.0.1.47_offline.exe
29+
WINDOWS_BASEKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/09a8acaf-265f-4460-866c-a3375ed5b4ff/intel-oneapi-base-toolkit-2025.2.0.591_offline.exe
3030
WINDOWS_BASEKIT_COMPONENTS: intel.oneapi.win.mkl.devel
31-
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a37c30c3-a846-4371-a85d-603e9a9eb94c/intel-oneapi-hpc-toolkit-2025.0.1.48_offline.exe
31+
WINDOWS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/3bbdaf75-6728-492e-a18c-be654dae9ee2/intel-oneapi-hpc-toolkit-2025.2.0.576_offline.exe
3232
WINDOWS_HPCKIT_COMPONENTS: intel.oneapi.win.ifort-compiler:intel.oneapi.win.mpi.devel
3333

3434

0 commit comments

Comments
 (0)