mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-10 17:02:11 +01:00

new file: a/ASE/ASE-3.21.1-intel-2020a.eb new file: c/CMake/CMake-3.18.4-GCCcore-9.3.0.eb new file: c/cURL/cURL-7.72.0-GCCcore-9.3.0.eb new file: e/Eigen/Eigen-3.3.8-GCCcore-9.3.0.eb new file: f/freetype/freetype-2.10.3-GCCcore-9.3.0.eb new file: g/GPAW-setups/GPAW-setups-0.9.20000.eb new file: g/GPAW/GPAW-21.1.0-intel-2020a-ASE-3.21.1.eb new file: g/GPAW/GPAW-21.1.0-intel-2020a-Py-3.7.eb new file: h/hypothesis/hypothesis-5.41.2-GCCcore-9.3.0.eb new file: i/iccifort/iccifort-2020.4.304.eb new file: l/libarchive/libarchive-3.4.3-GCCcore-9.3.0.eb new file: l/libjpeg-turbo/libjpeg-turbo-2.0.5-GCCcore-9.3.0.eb new file: m/matplotlib/matplotlib-3.3.3-intel-2020a.eb new file: n/NASM/NASM-2.15.05-GCCcore-9.3.0.eb new file: o/OpenMPI/OpenMPI-4.0.5-GCC-10.2.0.eb new file: p/Pillow/Pillow-8.0.1-GCCcore-9.3.0.eb new file: p/Python/Python-3.8.6-GCCcore-9.3.0.eb new file: p/pybind11/pybind11-2.6.0-GCCcore-9.3.0.eb new file: s/SQLite/SQLite-3.33.0-GCCcore-9.3.0.eb new file: s/SciPy-bundle/SciPy-bundle-2020.11-intel-2020a.eb new file: s/spglib-python/spglib-python-1.16.0-intel-2020a.eb new file: t/Tkinter/Tkinter-3.8.6-GCCcore-9.3.0.eb
51 lines
1.5 KiB
Plaintext
51 lines
1.5 KiB
Plaintext
# This is an easyconfig file for EasyBuild, see http://easybuilders.github.io/easybuild
|
|
|
|
name = 'iccifort'
|
|
version = '2020.4.304'
|
|
|
|
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/17117/']
|
|
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_update3_composer_edition.tgz
|
|
'ac1efeff608a8c3a416e6dfe20364061e8abf62d35fbaacdffe3fc9676fc1aa3',
|
|
# iccifort-2020.4.304_no_mpi_rt_dependency.patch
|
|
'c330473fc452214b5fffafc5dc962e99fd369582ff9efeda6548b5895a67abb1',
|
|
]
|
|
|
|
local_gccver = '10.2.0'
|
|
|
|
dependencies = [
|
|
('GCCcore', local_gccver),
|
|
('binutils', '2.35', '', ('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'
|
|
|
|
modextravars = {
|
|
'CC': 'icc',
|
|
'CXX': 'icpc',
|
|
'F90': 'ifort',
|
|
'F77': 'ifort',
|
|
'FC': 'ifort',
|
|
'OPTFLAGS': '-O3 -xHost -ip',
|
|
'DEBUGFLAGS': '-O0 -g'
|
|
}
|
|
|
|
moduleclass = 'compiler'
|