12345678910111213141516171819202122232425262728293031323334 |
- name = 'iccifort'
- version = '2019.5.281'
- homepage = 'http://software.intel.com/en-us/intel-compilers/'
- description = "Intel C, C++ & Fortran compilers"
- toolchain = SYSTEM
- source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/15813/']
- sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition.tgz']
- patches = ['iccifort-%(version)s_no_mpi_rt_dependency2.patch']
- local_gccver = '8.3.0'
- dependencies = [
- ('GCCcore', local_gccver),
- ('binutils', '2.32', '', ('GCCcore', local_gccver)),
- ]
- components = [
- 'intel-comp', 'intel-ccomp', 'intel-fcomp', 'intel-icc', 'intel-ifort',
- 'intel-openmp', 'intel-ipsc?_', 'intel-gdb(?!.*mic)'
- ]
- dontcreateinstalldir = 'True'
- license_file = '/opt/easybuild/configs/utils/license_intel_2018.lic'
- moduleclass = 'compiler'
|