commit:     100b44dd67b506b6db4ca6aa2b38610bdedefc2a
Author:     Gerion Entrup <gerion.entrup <AT> flump <DOT> de>
AuthorDate: Tue Jun 25 08:50:27 2024 +0000
Commit:     gerion <gerion.entrup <AT> flump <DOT> de>
CommitDate: Sun Jun 30 21:07:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=100b44dd

clang: preperations

Signed-off-by: Gerion Entrup <gerion.entrup <AT> flump.de>

 sys-devel/clang/metadata.xml    | 37 +++++++++++++++++++++++++++++++++++++
 sys-libs/libcxx/metadata.xml    | 16 ++++++++++++++++
 sys-libs/libcxxabi/metadata.xml | 14 ++++++++++++++
 sys-libs/libomp/metadata.xml    | 21 +++++++++++++++++++++
 4 files changed, 88 insertions(+)

diff --git a/sys-devel/clang/metadata.xml b/sys-devel/clang/metadata.xml
new file mode 100644
index 0000000..07d0664
--- /dev/null
+++ b/sys-devel/clang/metadata.xml
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <longdescription>The goal of the Clang project is to create a new C, 
C++, Objective C and Objective C++ front-end for the LLVM compiler.
+
+Features and Goals
+
+Some of the goals for the project include the following:
+
+End-User Features:
+Fast compiles and low memory use
+Expressive diagnostics
+GCC compatibility
+Utility and Applications:
+
+Modular library based architecture
+Support diverse clients (refactoring, static analysis, code generation, etc)
+Allow tight integration with IDEs
+Use the LLVM BSD License
+Internal Design and Implementation:
+
+A real-world, production quality compiler
+A simple and hackable code base
+A single unified parser for C, Objective C, C++, and Objective C++
+Conformance with C/C++/ObjC and their variants</longdescription>
+       <use>
+               <flag name="extra">Build extra tools (clangd, clang-tidy and a 
few more)</flag>
+               <flag name="ieee-long-double">Use accelerated 128-bit IEEE long 
double ABI (ppc64le only)</flag>
+               <flag name="static-analyzer">Install the Clang static 
analyzer</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">llvm/llvm-project</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/sys-libs/libcxx/metadata.xml b/sys-libs/libcxx/metadata.xml
new file mode 100644
index 0000000..413b6a0
--- /dev/null
+++ b/sys-libs/libcxx/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+               <name>LLVM Project</name>
+       </maintainer>
+       <use>
+               <flag name="clang">Force building using installed clang (rather
+                       than the default CC/CXX; required for testing).</flag>
+               <flag name="libcxxabi">Build on top of 
<pkg>sys-libs/libcxxabi</pkg> instead of gcc's libsupc++ (avoids depending on 
gcc).</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">llvm/llvm-project</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/sys-libs/libcxxabi/metadata.xml b/sys-libs/libcxxabi/metadata.xml
new file mode 100644
index 0000000..9dfed36
--- /dev/null
+++ b/sys-libs/libcxxabi/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <use>
+               <flag name="clang">Force building using installed clang (rather
+                       than the default CC/CXX; required for testing).</flag>
+       </use>
+       <upstream>
+               <remote-id type="github">llvm/llvm-project</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/sys-libs/libomp/metadata.xml b/sys-libs/libomp/metadata.xml
new file mode 100644
index 0000000..ba8a523
--- /dev/null
+++ b/sys-libs/libomp/metadata.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>[email protected]</email>
+               <name>Bernard Cafarelli</name>
+       </maintainer>
+       <maintainer type="project">
+               <email>[email protected]</email>
+       </maintainer>
+       <use>
+               <flag name="gdb-plugin">Build OMPD GDB plugin</flag>
+               <flag name="hwloc">Enable CPU affinity support via hwloc</flag>
+               <flag name="offload">Support offloading OpenMP using 
libomptarget</flag>
+               <flag name="ompt">Enable OpenMP Tools Interface support</flag>
+       </use>
+       <longdescription>The OpenMP subproject of LLVM is intended to contain 
all of the components required to build an executing OpenMP program that are 
outside the compiler itself.</longdescription>
+       <upstream>
+               <remote-id type="github">llvm/llvm-project</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to