mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-16 03:38:05 +01:00

new file: o/OpenMPI/OpenMPI-1.10.7-GCC-6.3.0-2.27-noPBS.eb new file: p/protobuf/protobuf-3.2.0-Python-3.6.1.eb modified: x/X11/X11-20170314.eb
37 lines
1.1 KiB
Plaintext
37 lines
1.1 KiB
Plaintext
# This is an easyconfig file for EasyBuild, see http://hpcugent.github.io/easybuild
|
|
|
|
name = 'ifort'
|
|
version = '2017.1.132'
|
|
|
|
homepage = 'http://software.intel.com/en-us/intel-compilers/'
|
|
description = "Fortran compiler from Intel"
|
|
|
|
toolchain = {'name': 'dummy', 'version': 'dummy'}
|
|
|
|
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition_for_fortran.tgz']
|
|
|
|
#checksums = ['612169f4b40cdded8e212bf097925e4f']
|
|
|
|
# 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(?!.*mic)']
|
|
|
|
dontcreateinstalldir = 'True'
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|