- 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:
Aaron Puchert 2022-04-03 23:11:26 +00:00 committed by Git OBS Bridge
parent fb427b4aeb
commit 1cf5b962af
2 changed files with 3 additions and 2 deletions

View File

@ -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.

View File

@ -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