Skip to content

Commit

Permalink
intel-compilers-devel: new version 2025.0
Browse files Browse the repository at this point in the history
Signed-off-by: Goetz Waschk <[email protected]>
  • Loading branch information
LaHaine committed Nov 7, 2024
1 parent faf6e3b commit 5236408
Showing 1 changed file with 6 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,14 @@
# version, but the build system was already using a newer version, then
# the resulting binaries might rely on symbols which are not present
# in the minimum version. Newer versions may still be installed in parallel.
%define exact_intel_ver 2024.0
%define exact_intel_ver_module 2024.0.0
%define exact_mkl_ver 2024.0
%define exact_classic_ver 2023.2.1
%define exact_deps compiler/2024.0.0 mkl/%{exact_mkl_ver} oclfpga/2024.0.0 compiler-rt/2024.0.0 debugger/2024.0.0 tbb/2021.11
%define exact_intel_ver 2025.0
%define exact_intel_ver_module 2025.0.0
%define exact_mkl_ver 2025.0
%define exact_deps umf/0.9.0 compiler/2025.0.0 mkl/%{exact_mkl_ver} compiler-rt/2025.0.0 debugger/2025.0.0 tbb/2022.0.0

Summary: OpenHPC compatibility package for Intel(R) oneAPI HPC Toolkit
Name: %{pname}%{PROJ_DELIM}
Version: 2024.0
Version: 2025.0
Release: %{?dist}.1
License: Apache-2.0
URL: https://github.com/openhpc/ohpc
Expand All @@ -41,8 +40,6 @@ Source2: oneAPI.repo
#!BuildIgnore: post-build-checks

Requires: gcc libstdc++-devel
Requires(pre): intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-%{exact_classic_ver}
Requires: intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-%{exact_classic_ver}
Requires: intel-oneapi-dpcpp-cpp-%{exact_intel_ver}
Requires: intel-oneapi-mkl-devel-%{exact_mkl_ver}
Requires: intel-oneapi-compiler-fortran-%{exact_intel_ver}
Expand Down Expand Up @@ -162,9 +159,9 @@ if { ![info exists ::env(ACL_SKIP_BSP_CONF)] } {
setenv ACL_SKIP_BSP_CONF 1
}

module load "oclfpga"
module load "tbb"
module load "compiler-rt"
module load "umf"
module load "compiler/\$version"
module load "$mklver"

Expand Down

0 comments on commit 5236408

Please sign in to comment.