diff options
author | Andrey Perestoronin <andrey.perestoronin@intel.com> | 2024-03-12 16:54:19 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-12 12:54:19 -0400 |
commit | e3b6d2c3c7abf933d36adee1aa729230f40c05d5 (patch) | |
tree | d53783705db7a5ad4f2f59d5f631938e4f72d0c9 | |
parent | 1e9c46296c352cf0179706382facfc3f37675a32 (diff) | |
download | spack-e3b6d2c3c7abf933d36adee1aa729230f40c05d5.tar.gz spack-e3b6d2c3c7abf933d36adee1aa729230f40c05d5.tar.bz2 spack-e3b6d2c3c7abf933d36adee1aa729230f40c05d5.tar.xz spack-e3b6d2c3c7abf933d36adee1aa729230f40c05d5.zip |
Intel oneapi compilers 2023.2.4 (#43144)
* added intel-oneapi-compilers
* added classics version
-rw-r--r-- | var/spack/repos/builtin/packages/intel-oneapi-compilers-classic/package.py | 2 | ||||
-rw-r--r-- | var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/intel-oneapi-compilers-classic/package.py b/var/spack/repos/builtin/packages/intel-oneapi-compilers-classic/package.py index d5c409f734..aefec97197 100644 --- a/var/spack/repos/builtin/packages/intel-oneapi-compilers-classic/package.py +++ b/var/spack/repos/builtin/packages/intel-oneapi-compilers-classic/package.py @@ -35,7 +35,7 @@ class IntelOneapiCompilersClassic(Package): "2021.7.1": "2022.2.1", "2021.8.0": "2023.0.0", "2021.9.0": "2023.1.0", - "2021.10.0": "2023.2.0", + "2021.10.0": "2023.2.4", "2021.11.1": "2024.0.2", }.items(): # prefer 2021.10.0 because it is the last one that has a C compiler diff --git a/var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py b/var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py index de9cd5ac60..1a2721892c 100644 --- a/var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py +++ b/var/spack/repos/builtin/packages/intel-oneapi-compilers/package.py @@ -43,6 +43,17 @@ versions = [ }, }, { + "version": "2023.2.4", + "cpp": { + "url": "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/b00a4b0e-bd21-41fa-ab34-19e8e2a77c5a/l_dpcpp-cpp-compiler_p_2023.2.4.24_offline.sh", + "sha256": "f143a764adba04a41e49ec405856ad781e5c3754812e90a7ffe06d08cd07f684", + }, + "ftn": { + "url": "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/5bfaa204-689d-4bf1-9656-e37e35ea3fc2/l_fortran-compiler_p_2023.2.4.31_offline.sh", + "sha256": "2f327d67cd207399b327df5b7c912baae800811d0180485ef5431f106686c94b", + }, + }, + { "version": "2023.2.3", "cpp": { "url": "https://registrationcenter-download.intel.com/akdlm/IRC_NAS/d85fbeee-44ec-480a-ba2f-13831bac75f7/l_dpcpp-cpp-compiler_p_2023.2.3.12_offline.sh", |