mkl: 2020.1.217 -> 2020.2.254
This commit is contained in:
parent
99afbadaca
commit
6a236f5410
@ -19,8 +19,8 @@ let
|
|||||||
# Darwin is pinned to 2019.3 because the DMG does not unpack; see here for details:
|
# Darwin is pinned to 2019.3 because the DMG does not unpack; see here for details:
|
||||||
# https://github.com/matthewbauer/undmg/issues/4
|
# https://github.com/matthewbauer/undmg/issues/4
|
||||||
year = if stdenvNoCC.isDarwin then "2019" else "2020";
|
year = if stdenvNoCC.isDarwin then "2019" else "2020";
|
||||||
spot = if stdenvNoCC.isDarwin then "3" else "1";
|
spot = if stdenvNoCC.isDarwin then "3" else "2";
|
||||||
rel = if stdenvNoCC.isDarwin then "199" else "217";
|
rel = if stdenvNoCC.isDarwin then "199" else "254";
|
||||||
|
|
||||||
rpm-ver = "${year}.${spot}-${rel}-${year}.${spot}-${rel}";
|
rpm-ver = "${year}.${spot}-${rel}-${year}.${spot}-${rel}";
|
||||||
|
|
||||||
@ -42,8 +42,8 @@ in stdenvNoCC.mkDerivation {
|
|||||||
})
|
})
|
||||||
else
|
else
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16533/l_mkl_${version}.tgz";
|
url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16849/l_mkl_${version}.tgz";
|
||||||
sha256 = "0v86hrqg15mbc78m9qk8dbkaaq3mlwashgbf9n79kxpl1gilnah8";
|
sha256 = "08q2q5rary7fxlrk09kpw0vl7mkk2smmklib44a6qainmxks407d";
|
||||||
});
|
});
|
||||||
|
|
||||||
nativeBuildInputs = [ validatePkgConfig ] ++ (if stdenvNoCC.isDarwin
|
nativeBuildInputs = [ validatePkgConfig ] ++ (if stdenvNoCC.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user