From 389b97eccea420fb91cda148ffa2adf5218e6765 Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Tue, 26 Mar 2024 13:14:41 +0100 Subject: [PATCH 1/3] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 2a2e9597c..8997d9e77 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -169,7 +169,7 @@ jobs: cxx: [icpc] env: MACOS_HPCKIT_URL: >- - https://registrationcenter-download.intel.com/akdlm/irc_nas/18242/m_HPCKit_p_2021.4.0.3389_offline.dmg + https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg MACOS_FORTRAN_COMPONENTS: all FC: ${{ matrix.fc }} CC: ${{ matrix.cc }} From 62116df810dd82227f0ac0a075b9b3854352136d Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Tue, 26 Mar 2024 15:14:50 +0100 Subject: [PATCH 2/3] Update .github/workflows/CI.yml Co-authored-by: Jeremie Vandenplas --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 8997d9e77..5844341b8 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -169,7 +169,7 @@ jobs: cxx: [icpc] env: MACOS_HPCKIT_URL: >- - https:/registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg + https://registrationcenter-download.intel.com/akdlm/IRC_NAS/a99cb1c5-5af6-4824-9811-ae172d24e594/m_HPCKit_p_2023.1.0.44543.dmg MACOS_FORTRAN_COMPONENTS: all FC: ${{ matrix.fc }} CC: ${{ matrix.cc }} From d928273e6423bbe91b92bbd3c2aa7f24696b455d Mon Sep 17 00:00:00 2001 From: Federico Perini Date: Tue, 26 Mar 2024 15:27:19 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eb886e6cc..2a7f336ae 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ GCC Fortran | 10, 11, 12, 13 | macOS 12.6.3 (21G419) | x86_64 GCC Fortran (MSYS) | 13 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64 GCC Fortran (MinGW) | 13 | Windows Server 2022 (10.0.20348 Build 1547) | x86_64, i686 Intel oneAPI LLVM | 2024.0 | Ubuntu 22.04.2 LTS | x86_64 -Intel oneAPI classic | 2021.1 | macOS 12.6.3 (21G419) | x86_64 +Intel oneAPI classic | 2023.1 | macOS 12.6.3 (21G419) | x86_64 The following combinations are known to work, but they are not tested in the CI: