Recomment proper libomp-devel package
This commit is contained in:
parent
2afe045f00
commit
ae4ee9a2cc
@ -75,7 +75,7 @@
|
||||
|
||||
Name: %pkg_name
|
||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||
Release: 4%{?dist}
|
||||
Release: 5%{?dist}
|
||||
Summary: A C language family front-end for LLVM
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -219,7 +219,7 @@ Recommends: compiler-rt%{sub_pkg_suffix}%{?_isa} = %{version}
|
||||
Recommends: libatomic%{?_isa}
|
||||
# libomp-devel is required, so clang can find the omp.h header when compiling
|
||||
# with -fopenmp.
|
||||
Recommends: libomp-devel%{sub_pkg_suffix}%{_isa} = %{version}
|
||||
Recommends: libomp%{sub_pkg_suffix}-devel%{_isa} = %{version}
|
||||
Recommends: libomp%{sub_pkg_suffix}%{_isa} = %{version}
|
||||
%if %{with compat_build}
|
||||
Conflicts: clang-libs = %{maj_ver}
|
||||
|
Loading…
Reference in New Issue
Block a user