From bb3ad1e2c83b1229af9c8bd86f2616fcffcc6d8b Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 14 Dec 2020 09:11:44 +0100 Subject: [PATCH] Also install usr/lib/llvm-12/lib/libomptarget.so.12 in libomp5-12 --- debian/changelog | 1 + debian/libomp5-X.Y.install.in | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9eabb42b..48a7f06c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ llvm-toolchain-snapshot (1:12~++20201124100523+245052ac3080-1~exp1) UNRELEASED; * Workaround a static_assert on https://bugs.llvm.org/show_bug.cgi?id=48259 "static assertion failed: Recycler allocation size is less than object size!" * Also install usr/lib/llvm-12/bin/ld64.lld.darwinnew & usr/bin/ld64.lld.darwinnew-12 + * Also install usr/lib/llvm-12/lib/libomptarget.so.12 in libomp5-12 [ Gianfranco Costamagna ] * Add upstream patch D92052 to fix a gcn offload compiler issue with gcc (Closes: #975692) diff --git a/debian/libomp5-X.Y.install.in b/debian/libomp5-X.Y.install.in index 858fb3e1..260cb9a7 100644 --- a/debian/libomp5-X.Y.install.in +++ b/debian/libomp5-X.Y.install.in @@ -1 +1,2 @@ usr/lib/llvm-@LLVM_VERSION@/lib/libomp*.so.5 +usr/lib/llvm-@LLVM_VERSION@/lib/libomptarget.so.@LLVM_VERSION@