SHA256
1
0
forked from pool/llvm14

- Remove *-devel packages from baselibs, they don't seem to be

needed. We mostly need libLLVM and maybe libclang-cpp.
- Add more conflicts/requirements to satisfy installcheck.
- Fix paths in clang-tools.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm14?expand=0&rev=5
This commit is contained in:
Aaron Puchert
2022-04-09 19:44:00 +00:00
committed by Git OBS Bridge
parent 7421a387d7
commit 15aa018b72
3 changed files with 21 additions and 10 deletions

View File

@@ -53,7 +53,8 @@ Sun Apr 3 13:42:27 UTC 2022 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Merge llvm-LTO-devel into llvm-devel. That's where the header
files already are, and they are hard to separate.
- Let llvm-polly-devel depend on llvm-devel.
- Remove libLTO from baselibs, it doesn't seem to be needed.
- Remove libLTO and *-devel packages from baselibs, they don't
seem to be needed. We mostly need libLLVM and maybe libclang-cpp.
- Only suggest documentation packages.
-------------------------------------------------------------------