aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/science/math/mkl
diff options
context:
space:
mode:
authorDaniël de Kok <me@danieldk.eu>2020-07-22 17:38:07 +0200
committerDaniël de Kok <me@danieldk.eu>2020-07-22 17:38:07 +0200
commit6a236f5410843bc927830138e559397234b94b82 (patch)
tree114c618aeb53bb9e37585f79ff298484d80a9699 /pkgs/development/libraries/science/math/mkl
parent99afbadaca7a7edead14dc5f930aff4ca4636608 (diff)
mkl: 2020.1.217 -> 2020.2.254
Diffstat (limited to 'pkgs/development/libraries/science/math/mkl')
-rw-r--r--pkgs/development/libraries/science/math/mkl/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/libraries/science/math/mkl/default.nix b/pkgs/development/libraries/science/math/mkl/default.nix
index 19f988d965c4..11c5e42335b1 100644
--- a/pkgs/development/libraries/science/math/mkl/default.nix
+++ b/pkgs/development/libraries/science/math/mkl/default.nix
@@ -19,8 +19,8 @@ let
# Darwin is pinned to 2019.3 because the DMG does not unpack; see here for details:
# https://github.com/matthewbauer/undmg/issues/4
year = if stdenvNoCC.isDarwin then "2019" else "2020";
- spot = if stdenvNoCC.isDarwin then "3" else "1";
- rel = if stdenvNoCC.isDarwin then "199" else "217";
+ spot = if stdenvNoCC.isDarwin then "3" else "2";
+ rel = if stdenvNoCC.isDarwin then "199" else "254";
rpm-ver = "${year}.${spot}-${rel}-${year}.${spot}-${rel}";
@@ -42,8 +42,8 @@ in stdenvNoCC.mkDerivation {
})
else
(fetchurl {
- url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16533/l_mkl_${version}.tgz";
- sha256 = "0v86hrqg15mbc78m9qk8dbkaaq3mlwashgbf9n79kxpl1gilnah8";
+ url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16849/l_mkl_${version}.tgz";
+ sha256 = "08q2q5rary7fxlrk09kpw0vl7mkk2smmklib44a6qainmxks407d";
});
nativeBuildInputs = [ validatePkgConfig ] ++ (if stdenvNoCC.isDarwin