From a34e61933369ecd7f2c849fd5cab5a549bc60be4 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Fri, 19 May 2023 18:52:32 +0200 Subject: [PATCH] Update Intel oneAPI --- bsc/intel-oneapi/2023.nix | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/bsc/intel-oneapi/2023.nix b/bsc/intel-oneapi/2023.nix index 7cb466b..a91230d 100644 --- a/bsc/intel-oneapi/2023.nix +++ b/bsc/intel-oneapi/2023.nix @@ -31,10 +31,10 @@ let v = { - hpckit = "2023.0.0"; - compiler = "2023.0.0"; - tbb = "2021.8.0"; - mpi = "2021.8.0"; + hpckit = "2023.1.0"; + compiler = "2023.1.0"; + tbb = "2021.9.0"; + mpi = "2021.9.0"; }; aptPackageIndex = stdenv.mkDerivation { @@ -43,11 +43,11 @@ let # Set the hashes to "" to fetch them (fetchurl { url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages"; - sha256 = "sha256-HkjbKzEDsXaBjZk2NdrGRMZsLkhT5YFJrjEgh2MN2zo="; + sha256 = "sha256-ZaXaicvmuyRB84LYK1mDYWwpdNW+ZHQCV072SuH4EFA="; }) (fetchurl { url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-all/Packages"; - sha256 = "sha256-fLRjnmxaabQAi3XcMcyNKdQcaQy2yvupDj4PAZ8MUlU="; + sha256 = "sha256-6vuioA0Hl34/AUuBbRYGu3lt+rccqJdpipXQWZ4Nfp8="; }) ]; phases = [ "installPhase" ]; @@ -465,7 +465,7 @@ let in { - inherit aptPackages; + inherit aptPackages aptPackageIndex; icx = icx-wrapper; icc = icc-wrapper; ifort = ifort-wrapper;