Update Intel oneAPI

This commit is contained in:
Rodrigo Arias Mallo 2023-05-19 18:52:32 +02:00
parent 46a3465e78
commit a34e619333

View File

@ -31,10 +31,10 @@
let let
v = { v = {
hpckit = "2023.0.0"; hpckit = "2023.1.0";
compiler = "2023.0.0"; compiler = "2023.1.0";
tbb = "2021.8.0"; tbb = "2021.9.0";
mpi = "2021.8.0"; mpi = "2021.9.0";
}; };
aptPackageIndex = stdenv.mkDerivation { aptPackageIndex = stdenv.mkDerivation {
@ -43,11 +43,11 @@ let
# Set the hashes to "" to fetch them # Set the hashes to "" to fetch them
(fetchurl { (fetchurl {
url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages"; url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-amd64/Packages";
sha256 = "sha256-HkjbKzEDsXaBjZk2NdrGRMZsLkhT5YFJrjEgh2MN2zo="; sha256 = "sha256-ZaXaicvmuyRB84LYK1mDYWwpdNW+ZHQCV072SuH4EFA=";
}) })
(fetchurl { (fetchurl {
url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-all/Packages"; url = "https://apt.repos.intel.com/oneapi/dists/all/main/binary-all/Packages";
sha256 = "sha256-fLRjnmxaabQAi3XcMcyNKdQcaQy2yvupDj4PAZ8MUlU="; sha256 = "sha256-6vuioA0Hl34/AUuBbRYGu3lt+rccqJdpipXQWZ4Nfp8=";
}) })
]; ];
phases = [ "installPhase" ]; phases = [ "installPhase" ];
@ -465,7 +465,7 @@ let
in in
{ {
inherit aptPackages; inherit aptPackages aptPackageIndex;
icx = icx-wrapper; icx = icx-wrapper;
icc = icc-wrapper; icc = icc-wrapper;
ifort = ifort-wrapper; ifort = ifort-wrapper;