llvm build OK, runtime dep for python programs need work

This commit is contained in:
Ertuğrul Erata
2018-07-26 07:09:22 +03:00
parent 459c1eec17
commit 52327bcd49
+16 -8
View File
@@ -11,11 +11,11 @@
<License>NCSA</License>
<Summary>The Low Level Virtual Machine</Summary>
<Description>The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. Despite its name, LLVM has little to do with traditional virtual machines, though it does provide helpful libraries that can be used to build them.</Description>
<Archive sha1sum="723ac918979255706434a05f5af34b71c49c9971" type="tarxz">http://llvm.org/releases/3.8.0/llvm-3.8.0.src.tar.xz</Archive>
<Archive sha1sum="2230ef962f2df3c13ec93f5b04b0e3cdff94b2ce" type="binary">http://llvm.org/releases/3.8.0/cfe-3.8.0.src.tar.xz</Archive>
<Archive sha1sum="a99d8b6fc5e593c4671424b327779318a1856acf" type="binary">http://llvm.org/releases/3.8.0/clang-tools-extra-3.8.0.src.tar.xz</Archive>
<Archive sha1sum="6d503cea94c131b6bfcf5254e62d32fcce1ebcc8" type="binary">http://llvm.org/releases/3.8.0/lldb-3.8.0.src.tar.xz</Archive>
<Archive sha1sum="480ea09e369dac6de1f3759b27fa19417b26b69e" type="binary">http://llvm.org/releases/3.8.0/compiler-rt-3.8.0.src.tar.xz</Archive>
<Archive sha1sum="43d3659f8a3cef43e7435a3a874b0711f5888052" type="tarxz">http://llvm.org/releases/5.0.1/llvm-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="0cfb79b1fb767c18e167f4bc8836476ca24d9a19" type="binary">http://llvm.org/releases/5.0.1/cfe-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="d028e330271b4a5e6706cc91111841d34644237f" type="binary">http://releases.llvm.org/5.0.1/clang-tools-extra-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="f358c10ce85a18aee4687b14d80f051d653fb8ee" type="binary">http://releases.llvm.org/5.0.1/lldb-5.0.1.src.tar.xz</Archive>
<Archive sha1sum="acff2e57b2528288e2f603a5667a6d566730cc1c" type="binary">http://llvm.org/releases/5.0.1/compiler-rt-5.0.1.src.tar.xz</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>libxml2-devel</Dependency>
@@ -127,8 +127,9 @@
<Path fileType="executable">/usr/lib/clang-analyzer</Path>
<Path fileType="executable">/usr/bin/scan-*</Path>
<Path fileType="data">/usr/share/scan*</Path>
<Path fileType="library">/usr/share/opt-viewer</Path>
<Path fileType="executable">/usr/libexec/ccc-*</Path>
<Path fileType="executable">/usr/libexec/c++-*</Path>
<Path fileType="executable">/usr/libexec/c++-*</Path>
</Files>
</Package>
@@ -138,8 +139,8 @@
<Description>The goal of the Clang project is to create a new C, C++, Objective C and Objective C++ front-end for the LLVM compiler.</Description>
<RuntimeDependencies>
<Dependency release="current">llvm-libs</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>ncurses</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/clang*</Path>
@@ -200,6 +201,13 @@
</Package>
<History>
<Update release="6">
<Date>2018-07-25</Date>
<Version>5.0.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-09-04</Date>
<Version>3.8.0</Version>