diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-11-01 08:00:00 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-11-01 09:37:32 +0100 |
commit | 4eaff71874ccef72927b16ab3e3cda54d92840f7 (patch) | |
tree | a1d718b7839f077a446995007ca1efc9f453c3d0 /sys-libs/libomp | |
parent | app-crypt/pius: add python3_9 to PYTHON_COMPAT (diff) | |
download | gentoo-4eaff71874ccef72927b16ab3e3cda54d92840f7.tar.gz gentoo-4eaff71874ccef72927b16ab3e3cda54d92840f7.tar.bz2 gentoo-4eaff71874ccef72927b16ab3e3cda54d92840f7.zip |
sys-libs/libomp: Provide llvm headers.
Required since:
https://github.com/llvm/llvm-project/commit/26790ed248870a1e293e844945bf677825a43084
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-libs/libomp')
-rw-r--r-- | sys-libs/libomp/libomp-12.0.0.9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-libs/libomp/libomp-12.0.0.9999.ebuild b/sys-libs/libomp/libomp-12.0.0.9999.ebuild index 5bffd6685f64..eefd40f7c1f0 100644 --- a/sys-libs/libomp/libomp-12.0.0.9999.ebuild +++ b/sys-libs/libomp/libomp-12.0.0.9999.ebuild @@ -9,7 +9,7 @@ inherit cmake-multilib linux-info llvm.org python-any-r1 DESCRIPTION="OpenMP runtime library for LLVM/clang compiler" HOMEPAGE="https://openmp.llvm.org" -LLVM_COMPONENTS=( openmp ) +LLVM_COMPONENTS=( openmp llvm/include ) llvm.org_set_globals LICENSE="Apache-2.0-with-LLVM-exceptions || ( UoI-NCSA MIT )" |