intel-2021.03.eb 627 B

123456789101112131415161718192021
  1. easyblock = 'Toolchain'
  2. name = 'intel'
  3. version = '2021.03'
  4. homepage = 'https://easybuild.readthedocs.io/en/master/Common-toolchains.html#intel-toolchain'
  5. description = "Compiler toolchain including Intel compilers, Intel MPI and Intel Math Kernel Library (MKL)."
  6. toolchain = SYSTEM
  7. local_compver = '2021.3.0'
  8. local_gccver = '11.2.0'
  9. dependencies = [
  10. ('GCCcore', local_gccver),
  11. ('binutils', '2.37', '', ('GCCcore', local_gccver)),
  12. ('intel-compilers', local_compver),
  13. ('impi', '2021.3.1', '', ('intel-compilers', local_compver)),
  14. ('imkl', '2021.3.0', '', ('iimpi', version)),
  15. ]
  16. moduleclass = 'toolchain'