mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-08 07:52:11 +01:00

new file: d/deepdiff/deepdiff-4.0.6-GCCcore-9.3.0-Python-3.8.2.eb modified: h/HDF5/HDF5-1.10.6-intel-2020a-parallel.eb new file: h/h5py/h5py-2.10.0-intel-2020a.eb new file: i/iccifort/iccifort-2020.1.217.eb new file: i/iimpi/iimpi-2020a.eb.old new file: i/intel/intel-2020a.eb.old modified: l/libxc/libxc-4.3.4-intel-2020a.eb modified: m/METIS/METIS-5.1.0-intel-2020a.eb modified: m/Molden/Molden-6.3-intel-2020a.eb modified: n/netCDF/netCDF-4.7.3-intel-2020a.eb new file: n/networkx/networkx-2.4-intel-2020a-Python-3.8.2.eb new file: o/OpenFOAM/OpenFOAM-v2006-intel-2020a.eb modified: p/PETSc/PETSc-3.12.4-intel-2020a.eb new file: p/PSI4/PSI4-1.3.2-intel-2020a-Py-3.8.2.eb new file: p/pytest/pytest-6.0.1-Python-3.7.8.eb new file: p/pytest/pytest-6.0.1-Python-3.8.2.eb modified: q/QMCPACK/QMCPACK-3.9.1-intel-2020a.eb modified: r/RELION/RELION-3.1.0-intel-2020a.eb modified: s/SCOTCH/SCOTCH-6.0.9-foss-2020a.eb new file: s/SciPy-bundle/SciPy-bundle-2020.03-intel-2020a-Python-3.7.8.eb modified: s/Score-P/Score-P-6.0-intel-2020a.eb modified: s/SuiteSparse/SuiteSparse-5.6.0-intel-2020a-METIS-5.1.0.eb new file: u/UCX/UCX-1.8.0-GCCcore-9.3.0.eb new file: v/VTK/VTK-8.2.0-intel-2020a-Python-3.7.8.eb deleted: i/iimpi/iimpi-2020a.eb deleted: i/intel/intel-2020a.eb deleted: u/UCX/UCX-1.8.1-GCC-9.3.0.eb deleted: u/UCX/UCX-1.8.1-GCCcore-8.3.0.eb deleted: v/VTK/VTK-8.2.0-intel-2020a-Py-3.7.eb
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
|
|
|
|
name = 'iccifort'
|
|
version = '2020.1.217'
|
|
|
|
homepage = 'https://software.intel.com/en-us/intel-compilers/'
|
|
description = "Intel C, C++ & Fortran compilers"
|
|
|
|
toolchain = SYSTEM
|
|
|
|
source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/16530/']
|
|
sources = ['parallel_studio_xe_%(version_major)s_update%(version_minor)s_composer_edition.tgz']
|
|
patches = ['iccifort-%(version)s_no_mpi_rt_dependency.patch']
|
|
checksums = [
|
|
# parallel_studio_xe_2020_update1_composer_edition.tgz
|
|
'26c7e7da87b8a83adfd408b2a354d872be97736abed837364c1bf10f4469b01e',
|
|
# iccifort-2020.1.217_no_mpi_rt_dependency.patch
|
|
'61b558089d3d9253fad2139a16dc0899b9f839f34303e094efd70b281fc41a96',
|
|
]
|
|
|
|
local_gccver = '9.3.0'
|
|
|
|
dependencies = [
|
|
('GCCcore', local_gccver),
|
|
('binutils', '2.34', '', ('GCCcore', local_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-ccomp', 'intel-fcomp', 'intel-icc', 'intel-ifort',
|
|
'intel-openmp', 'intel-ipsc?_', 'intel-gdb(?!.*mic)'
|
|
]
|
|
|
|
dontcreateinstalldir = True
|
|
|
|
license_file = '/apps/licenses/intel/license.lic'
|
|
|
|
moduleclass = 'compiler'
|