iccifort-2018.0.128-GCC-6.4.0-2.28.eb 489 B

123456789101112131415161718
  1. # This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
  2. easyblock = 'Toolchain'
  3. name = 'iccifort'
  4. version = '2018.0.128'
  5. versionsuffix = '-GCC-6.4.0-2.28'
  6. homepage = 'http://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
  7. description = "Intel C, C++ & Fortran compilers"
  8. toolchain = {'name': 'dummy', 'version': 'dummy'}
  9. dependencies = [
  10. ('icc', version, versionsuffix),
  11. ('ifort', version, versionsuffix),
  12. ]
  13. moduleclass = 'toolchain'