Add ifort to intel compilers

This commit is contained in:
2020-07-10 13:42:55 +02:00
parent 0daa0b9c35
commit 261d304961
3 changed files with 8 additions and 4 deletions

View File

@@ -47,15 +47,16 @@ let
# By default we use Intel compiler 2020 update 1
icc-unwrapped = icc2020-unwrapped;
icc2020-unwrapped = callPackage ./bsc/intel-compiler/icc2020.nix {
intel-mpi = intel-mpi-2019;
};
# A wrapper script that puts all the flags and environment vars properly and
# calls the intel compiler binary
icc = callPackage bsc/intel-compiler/default.nix {
inherit icc-unwrapped icc-license;
inherit icc-unwrapped intel-license;
};
icc-license = callPackage bsc/intel-compiler/license.nix {
intel-license = callPackage bsc/intel-compiler/license.nix {
};
fftw = callPackage ./bsc/fftw/default.nix {