From b588e922a1571e8de606d8a697ed0ddf48fb5223 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Thu, 12 Sep 2024 18:13:46 +0200 Subject: [PATCH] Update oneAPI download location for Mac to final --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d72baabe1..8c5b1e5bb 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -212,7 +212,7 @@ jobs: vmImage: 'macOS-latest' variables: LD_LIBRARY_PATH: /usr/local/opt/llvm/lib - MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/irc_nas/17643/m_HPCKit_p_2021.2.0.2903_offline.dmg + MACOS_HPCKIT_URL: https://registrationcenter-download.intel.com/akdlm/IRC_NAS/edb4dc2f-266f-47f2-8d56-21bc7764e119/m_HPCKit_p_2023.2.0.49443.dmg LIBRARY_PATH: /usr/local/opt/llvm/lib MACOS_FORTRAN_COMPONENTS: intel.oneapi.mac.ifort-compiler steps: