iccifort-2019.5.281.eb 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. # This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
  2. name = 'iccifort'
  3. version = '2019.5.281'
  4. homepage = 'http://software.intel.com/en-us/intel-compilers/'
  5. description = "Intel C, C++ & Fortran compilers"
  6. toolchain = SYSTEM
  7. source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15813/']
  8. sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_cluster_edition.tgz']
  9. patches = ['iccifort-%(version)s_no_mpi_rt_dependency2.patch']
  10. local_gccver = '8.3.0'
  11. dependencies = [
  12. ('GCCcore', local_gccver),
  13. ('binutils', '2.32', '', ('GCCcore', local_gccver)),
  14. ]
  15. # list of regex for components to install
  16. # full list of components can be obtained from pset/mediaconfig.xml in unpacked sources
  17. # cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide
  18. components = [
  19. 'intel-comp', 'intel-ccomp', 'intel-fcomp', 'intel-icc', 'intel-ifort',
  20. 'intel-openmp', 'intel-ipsc?_', 'intel-gdb(?!.*mic)'
  21. ]
  22. dontcreateinstalldir = True
  23. #license_file = '/opt/easybuild/configs/utils/license_intel_py.lic'
  24. license_file = '/opt/easybuild/configs/utils/license_intel_all.lic'
  25. moduleclass = 'compiler'