Skip to content
Snippets Groups Projects
Commit c8368792 authored by Sebastian Achilles's avatar Sebastian Achilles
Browse files

adding easyconfig: intel-compilers-2023.1.0.eb

parent 6ebbb11b
No related branches found
No related tags found
No related merge requests found
name = 'intel-compilers'
version = '2023.1.0'
homepage = 'https://software.intel.com/content/www/us/en/develop/tools/oneapi/hpc-toolkit.html'
description = "Intel C, C++ & Fortran compilers (classic and oneAPI)"
toolchain = SYSTEM
# see https://software.intel.com/content/www/us/en/develop/articles/oneapi-standalone-components.html
sources = [
{
'source_urls': [
'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/89283df8-c667-47b0-b7e1-c4573e37bd3e/',
],
'filename': 'l_dpcpp-cpp-compiler_p_%(version)s.46347_offline.sh',
},
{
'source_urls': [
'https://registrationcenter-download.intel.com/akdlm/IRC_NAS/150e0430-63df-48a0-8469-ecebff0a1858/',
],
'filename': 'l_fortran-compiler_p_%(version)s.46348_offline.sh',
},
]
checksums = [
{'l_dpcpp-cpp-compiler_p_2023.1.0.46347_offline.sh':
'3ac1c1179501a2646cbb052b05426554194573b4f8e2344d7699eed03fbcfa1d'},
{'l_fortran-compiler_p_2023.1.0.46348_offline.sh':
'7639af4b6c928e9e3ba92297a054f78a55f4f4d0db9db0d144cc6653004e4f24'},
]
local_gccver = '11.3.0'
dependencies = [
('GCCcore', local_gccver),
('binutils', '2.38', '', ('GCCcore', local_gccver)),
]
moduleclass = 'compiler'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment