intel-oneapi-compilers 2024.0.2 (#41778)
* new compiler packages * Fix ifort version number --------- Co-authored-by: Robert Cohn <rscohn2@gmail.com>
This commit is contained in:
parent
1168f19e60
commit
bb2975b7f1
@ -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.1",
|
||||
"2021.11.1": "2024.0.2",
|
||||
}.items():
|
||||
# prefer 2021.10.0 because it is the last one that has a C compiler
|
||||
version(ver, preferred=(ver == "2021.10.0"))
|
||||
|
@ -9,6 +9,17 @@
|
||||
from spack.package import *
|
||||
|
||||
versions = [
|
||||
{
|
||||
"version": "2024.0.2",
|
||||
"cpp": {
|
||||
"url": "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/bb99984f-370f-413d-bbec-38928d2458f2/l_dpcpp-cpp-compiler_p_2024.0.2.29_offline.sh",
|
||||
"sha256": "0ec22d69f4207fea4b7488d1c9e62adbc14fb6daa1574d6edcadc912da007b3c",
|
||||
},
|
||||
"ftn": {
|
||||
"url": "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/41df6814-ec4b-4698-a14d-421ee2b02aa7/l_fortran-compiler_p_2024.0.2.28_offline.sh",
|
||||
"sha256": "396ac4fbcb3799d5c1a866a60cf81f85f7cab8c6f35289f61c5cda63c7101b5e",
|
||||
},
|
||||
},
|
||||
{
|
||||
"version": "2024.0.1",
|
||||
"cpp": {
|
||||
|
Loading…
Reference in New Issue
Block a user