Describe weak dependencies
clang has a couple of indirect weak dependencies; installing clang without those will cause it to fail in certain use cases, but its description doesn't mention them which makes resolving this harder than it could be. This patch adds a brief description of the weak dependencies to the main clang package description. Closes: #1879410 Signed-off-by: Stephen Kitt <skitt@redhat.com>
This commit is contained in:
parent
c66b44eecb
commit
2ecc8463e7
@ -172,6 +172,10 @@ The goal of the Clang project is to create a new C, C++, Objective C
|
|||||||
and Objective C++ front-end for the LLVM compiler. Its tools are built
|
and Objective C++ front-end for the LLVM compiler. Its tools are built
|
||||||
as libraries and designed to be loosely-coupled and extensible.
|
as libraries and designed to be loosely-coupled and extensible.
|
||||||
|
|
||||||
|
Install compiler-rt if you want the Blocks C language extension or to
|
||||||
|
enable sanitization and profiling options when building, and
|
||||||
|
libomp-devel to enable -fopenmp.
|
||||||
|
|
||||||
%package libs
|
%package libs
|
||||||
Summary: Runtime library for clang
|
Summary: Runtime library for clang
|
||||||
Requires: %{name}-resource-filesystem%{?_isa} = %{version}
|
Requires: %{name}-resource-filesystem%{?_isa} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user