From aef1d98603b68e6cf3a973e9dcd71915e2a175fe Mon Sep 17 00:00:00 2001 From: Egor Tyuvaev Date: Fri, 13 Oct 2023 11:19:51 +0200 Subject: [PATCH] Update install_mkl.sh Update Intel APT key to mitigate installation error --- tools/extras/install_mkl.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/extras/install_mkl.sh b/tools/extras/install_mkl.sh index 8c1899bdf2f..ddcd372a02c 100755 --- a/tools/extras/install_mkl.sh +++ b/tools/extras/install_mkl.sh @@ -16,7 +16,7 @@ default_package=intel-mkl-64bit-2020.0-088 yum_repo='https://yum.repos.intel.com/mkl/setup/intel-mkl.repo' apt_repo='https://apt.repos.intel.com/mkl' -intel_key_url='https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS-2019.PUB' +intel_key_url='https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB' Usage () { cat >&2 <