mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-15 03:11:22 +01:00

new file: i/iccifort/iccifort-2019.0.117-GCC-6.3.0-2.27.eb new file: i/ifort/ifort-2019.0.117-GCC-6.3.0-2.27.eb new file: i/iimpi/iimpi-2019.01.eb new file: i/imkl/imkl-2019.0.117-iimpi-2019.01.eb new file: i/impi/impi-2019.0.117-iccifort-2019.0.117-GCC-6.3.0-2.27.eb new file: i/intel/intel-2019.01.eb deleted: i/ifort/parallel_studio_xe_2017_update7_composer_edition_for_fortran.tgz Former-commit-id: 74da74cc199e3baf1a6df86107461dfa8985898c
35 lines
1022 B
Plaintext
35 lines
1022 B
Plaintext
# IT4Innovations 2018
|
|
|
|
name = 'ifort'
|
|
version = '2019.0.117'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
|
description = "Intel Fortran compiler"
|
|
|
|
toolchain = {'name': 'dummy', 'version': ''}
|
|
|
|
sources = ['parallel_studio_xe_%(version_major)s_composer_edition_for_fortran.tgz']
|
|
|
|
# remove dependency on intel-mpi-rt-mic
|
|
#patches = ['ifort_2017_no_mpi_mic_dependency.patch']
|
|
|
|
gccver = '6.3.0'
|
|
binutilsver = '2.27'
|
|
versionsuffix = '-GCC-%s-%s' % (gccver, binutilsver)
|
|
|
|
dependencies = [
|
|
('GCCcore', gccver),
|
|
('binutils', binutilsver, '', ('GCCcore', gccver)),
|
|
]
|
|
|
|
# list of regex for components to install
|
|
# full list of components can be obtained from pset/mediaconfig.xml in unpacked sources
|
|
# cfr. https://software.intel.com/en-us/articles/intel-composer-xe-2015-silent-installation-guide
|
|
components = ['intel-comp', 'intel-fcomp', 'intel-ifort', 'intel-openmp', 'intel-ipsf?_', 'intel-gdb']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|