From 2ecc8463e716f707a57bc036dd664c49c1f11575 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Thu, 19 Nov 2020 09:52:10 +0100 Subject: [PATCH] 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 --- clang.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang.spec b/clang.spec index f2498b3..ca55469 100644 --- a/clang.spec +++ b/clang.spec @@ -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 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 Summary: Runtime library for clang Requires: %{name}-resource-filesystem%{?_isa} = %{version}