Fix libc++ requires
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=474
This commit is contained in:
parent
4c9c3d8dee
commit
390c08af3a
@ -148,7 +148,6 @@ Summary: CLANG frontend for LLVM
|
|||||||
Group: Development/Languages/Other
|
Group: Development/Languages/Other
|
||||||
# Avoid multiple provider errors
|
# Avoid multiple provider errors
|
||||||
Requires: libLTO%{_sonum}
|
Requires: libLTO%{_sonum}
|
||||||
Requires: libc++%{_socxx}
|
|
||||||
Requires: libclang%{_sonum}
|
Requires: libclang%{_sonum}
|
||||||
Recommends: LLVMgold.so()(64bit)
|
Recommends: LLVMgold.so()(64bit)
|
||||||
Recommends: scan-build
|
Recommends: scan-build
|
||||||
@ -157,7 +156,7 @@ Recommends: scan-view
|
|||||||
Recommends: libomp
|
Recommends: libomp
|
||||||
%endif
|
%endif
|
||||||
%if %{with libcxx}
|
%if %{with libcxx}
|
||||||
Recommends: libc++
|
Requires: libc++%{_socxx}
|
||||||
Recommends: libc++-devel
|
Recommends: libc++-devel
|
||||||
%endif
|
%endif
|
||||||
Provides: llvm-clang = %{version}
|
Provides: llvm-clang = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user