mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
mkl: 2020.3.279 -> 2020.4.304
Release notes: https://software.intel.com/content/www/us/en/develop/articles/intel-math-kernel-library-release-notes-and-new-features.html
This commit is contained in:
parent
5e3ca78ce0
commit
5d8ae7e7b3
@ -20,12 +20,11 @@ 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 "3";
|
spot = if stdenvNoCC.isDarwin then "3" else "4";
|
||||||
rel = if stdenvNoCC.isDarwin then "199" else "279";
|
rel = if stdenvNoCC.isDarwin then "199" else "304";
|
||||||
|
|
||||||
# Replace `openmpSpot` by `spot` after 2020.3. Release 2020.03
|
# Replace `openmpSpot` by `spot` after 2020.
|
||||||
# adresses performance regressions and does not update OpenMP.
|
openmpSpot = if stdenvNoCC.isDarwin then spot else "3";
|
||||||
openmpSpot = if stdenvNoCC.isDarwin then spot else "2";
|
|
||||||
|
|
||||||
rpm-ver = "${year}.${spot}-${rel}-${year}.${spot}-${rel}";
|
rpm-ver = "${year}.${spot}-${rel}-${year}.${spot}-${rel}";
|
||||||
|
|
||||||
@ -47,8 +46,8 @@ in stdenvNoCC.mkDerivation {
|
|||||||
})
|
})
|
||||||
else
|
else
|
||||||
(fetchurl {
|
(fetchurl {
|
||||||
url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16903/l_mkl_${version}.tgz";
|
url = "https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16917/l_mkl_${version}.tgz";
|
||||||
sha256 = "013shn3c823bjfssq4jyl3na5lbzj99s09ds608ljqllri7473ib";
|
hash = "sha256-IxTUZTaXTb0I8qTk+emhVdx+eeJ5jHTn3fqtAKWRfqU=";
|
||||||
});
|
});
|
||||||
|
|
||||||
nativeBuildInputs = [ validatePkgConfig ] ++ (if stdenvNoCC.isDarwin
|
nativeBuildInputs = [ validatePkgConfig ] ++ (if stdenvNoCC.isDarwin
|
||||||
|
Loading…
Reference in New Issue
Block a user