Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/libomp/
Date: Sun, 01 Nov 2020 08:37:38
Message-Id: 1604219852.4eaff71874ccef72927b16ab3e3cda54d92840f7.mgorny@gentoo
1 commit: 4eaff71874ccef72927b16ab3e3cda54d92840f7
2 Author: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache <DOT> Org>
3 AuthorDate: Sun Nov 1 08:00:00 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 1 08:37:32 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eaff718
7
8 sys-libs/libomp: Provide llvm headers.
9
10 Required since:
11 https://github.com/llvm/llvm-project/commit/26790ed248870a1e293e844945bf677825a43084
12
13 Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever <AT> Apache.Org>
14 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
15
16 sys-libs/libomp/libomp-12.0.0.9999.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/sys-libs/libomp/libomp-12.0.0.9999.ebuild b/sys-libs/libomp/libomp-12.0.0.9999.ebuild
20 index 5bffd6685f6..eefd40f7c1f 100644
21 --- a/sys-libs/libomp/libomp-12.0.0.9999.ebuild
22 +++ b/sys-libs/libomp/libomp-12.0.0.9999.ebuild
23 @@ -9,7 +9,7 @@ inherit cmake-multilib linux-info llvm.org python-any-r1
24
25 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler"
26 HOMEPAGE="https://openmp.llvm.org"
27 -LLVM_COMPONENTS=( openmp )
28 +LLVM_COMPONENTS=( openmp llvm/include )
29 llvm.org_set_globals
30
31 LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )"