intel-oneapi-compilers 2024.0.1: added new version to packages (#41555)

* add new packages

* fix version
This commit is contained in:
Andrey Perestoronin 2023-12-11 18:33:42 +00:00 committed by GitHub
parent f0109e4afe
commit 44604708ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class IntelOneapiCompilersClassic(Package):
"2021.8.0": "2023.0.0",
"2021.9.0": "2023.1.0",
"2021.10.0": "2023.2.0",
"2021.11.0": "2024.0.0",
"2021.11.0": "2024.0.1",
}.items():
# prefer 2021.10.0 because it is the last one that has a C compiler
version(ver, preferred=(ver == "2021.10.0"))

View File

@ -7,6 +7,17 @@
from spack.package import *
versions = [
{
"version": "2024.0.1",
"cpp": {
"url": "https://registrationcenter-download.intel.com/akdlm//IRC_NAS/c68c8f0a-47f5-4f26-8e8e-fa2627271279/l_dpcpp-cpp-compiler_p_2024.0.1.29_offline.sh",
"sha256": "22497c46bfb916c82677489775c113141510423799b7eca35f35dffeb2a14104",
},
"ftn": {
"url": "https://registrationcenter-download.intel.com/akdlm//IRC_NAS/4eedf77e-e097-40de-b62d-5fb70efecb59/l_fortran-compiler_p_2024.0.1.31_offline.sh",
"sha256": "9d49ecc1862c60eb0627bfdd80d63a47118095af0ff5adeeda10ec36aaffc82c",
},
},
{
"version": "2024.0.0",
"cpp": {