- Add back dependency of llvm-devel on libomp-devel. Not really
needed, but CMake is picky and the target is registered for LLVM. OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm13?expand=0&rev=15
This commit is contained in:
parent
fb427b4aeb
commit
1cf5b962af
@ -19,8 +19,6 @@ Sun Apr 3 13:42:27 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
|
||||
library dependencies to the *-devel packages.
|
||||
- Merge llvm-LTO-devel into llvm-devel. That's where the header
|
||||
files already are, and they are hard to separate.
|
||||
- Let libomp-devel no longer depend on libLLVM, and let llvm-devel
|
||||
no longer depend on libomp-devel. They are independent.
|
||||
- Let llvm-devel no longer depend on llvm-polly-devel but let
|
||||
llvm-polly-devel depend on llvm-devel. We got that wrong.
|
||||
- Remove libLTO from baselibs, it doesn't seem to be needed.
|
||||
|
@ -193,6 +193,9 @@ This package contains the shared libraries needed for LLVM.
|
||||
Summary: Header Files for LLVM
|
||||
Group: Development/Libraries/C and C++
|
||||
Requires: %{name} = %{version}
|
||||
%if %{with openmp}
|
||||
Requires: libomp%{_sonum}-devel
|
||||
%endif
|
||||
Requires: libLLVM%{_sonum} = %{version}
|
||||
Requires: libLTO%{_sonum} = %{version}
|
||||
Requires: libstdc++-devel
|
||||
|
Loading…
x
Reference in New Issue
Block a user