Add intel compiler

This commit is contained in:
2020-07-01 17:58:29 +02:00
parent 9ca29d5cf8
commit 1f36743459
5 changed files with 121 additions and 39 deletions

View File

@@ -43,8 +43,14 @@ let
enableDebug = false;
};
intel-compiler = intel-compiler-2020;
intel-compiler-2020 = callPackage ./bsc/intel-compiler/default.nix {
icc-unwrapped = callPackage ./bsc/intel-compiler/icc.nix {
};
icc = callPackage bsc/intel-compiler/default.nix {
intel-license = icc-license;
};
icc-license = callPackage bsc/intel-compiler/license.nix {
};
fftw = callPackage ./bsc/fftw/default.nix {