Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

intel-compilers-devel: new version 2025.0 #2055

Open
wants to merge 1 commit into
base: 3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.1
%define exact_mkl_ver 2025.0
%define exact_deps umf/0.9.1 compiler/2025.0.1 mkl/%{exact_mkl_ver} compiler-rt/2025.0.1 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
8 changes: 4 additions & 4 deletions components/mpi-families/impi-devel/SPECS/intel-mpi.spec
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
# 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_mpi_ver 2021.11
%define exact_mkl_ver 2024.0
%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_mpi_ver 2021.14
%define exact_mkl_ver 2025.0
%define exact_deps 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 MPI Library
Name: %{pname}%{PROJ_DELIM}
Version: 2024.0
Version: 2025.0
Release: %{?dist}.1
License: Apache-2.0
URL: https://github.com/openhpc/ohpc
Expand Down
Loading