From e181e9554ddeee70c50e7f1c43445e2d9ec8b7e6 Mon Sep 17 00:00:00 2001 From: edoapra Date: Tue, 20 Jun 2023 09:09:47 -0700 Subject: [PATCH] switch to online oneapi install --- travis/build_env.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/build_env.sh b/travis/build_env.sh index 64fb681811..193a9a7181 100755 --- a/travis/build_env.sh +++ b/travis/build_env.sh @@ -135,8 +135,8 @@ if [[ "$os" == "Linux" ]]; then tries=0 ; until [ "$tries" -ge 10 ] ; do \ dir_base="7deeaac4-f605-4bcf-a81b-ea7531577c61" dir_hpc="1ff1b38a-8218-4c53-9956-f0b264de35a4" - base="l_BaseKit_p_2023.1.0.46401_offline" - hpc="l_HPCKit_p_2023.1.0.46346_offline" + base="l_BaseKit_p_2023.1.0.46401" + hpc="l_HPCKit_p_2023.1.0.46346" wget -nv https://registrationcenter-download.intel.com/akdlm/IRC_NAS/"$dir_hpc"/"$hpc".sh \ && wget -nv https://registrationcenter-download.intel.com/akdlm/IRC_NAS/"$dir_base"/"$base".sh \ && break ;\