libclc 11.0.0

This commit is contained in:
Idris Kalp
2020-11-13 01:46:47 +03:00
parent 3f5e51d08b
commit 6e69b6604b
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ def setup():
if get.buildTYPE() == "emul32": if get.buildTYPE() == "emul32":
shelltools.system("chmod +x clang32") shelltools.system("chmod +x clang32")
options = "-DLLVM_CLANG='%s/%s-%s/clang32' \ options = "-DLLVM_CLANG='%s/%s-%s.src/clang32' \
-DLLVM_CONFIG='/usr/bin/llvm-config-32' \ -DLLVM_CONFIG='/usr/bin/llvm-config-32' \
-DCMAKE_INSTALL_LIBDIR=lib32 \ -DCMAKE_INSTALL_LIBDIR=lib32 \
" % (get.workDIR(), get.srcNAME(), get.srcVERSION()) " % (get.workDIR(), get.srcNAME(), get.srcVERSION())
+9 -2
View File
@@ -3,7 +3,7 @@
<PISI> <PISI>
<Source> <Source>
<Name>libclc</Name> <Name>libclc</Name>
<Homepage>https://github.com/llvm-mirror/libclc</Homepage> <Homepage>http://libclc.llvm.org/</Homepage>
<Packager> <Packager>
<Name>PisiLinux Community</Name> <Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email> <Email>admins@pisilinux.org</Email>
@@ -12,7 +12,7 @@
<IsA>library</IsA> <IsA>library</IsA>
<Summary>Library requirements of the OpenCL C programming language</Summary> <Summary>Library requirements of the OpenCL C programming language</Summary>
<Description>Library requirements of the OpenCL C programming language</Description> <Description>Library requirements of the OpenCL C programming language</Description>
<Archive sha1sum="7bb5c4b2cd35f163a19fdf326231570e1abb1c90" type="tarxz">https://sourceforge.net/projects/pisilinux/files/source/libclc-10.0.0_20200215.tar.xz</Archive> <Archive sha1sum="cfb734c802dd730de6e761f9c78a1dbdee173b8e" type="tarxz">https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libclc-11.0.0.src.tar.xz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>llvm</Dependency> <Dependency>llvm</Dependency>
<Dependency>cmake</Dependency> <Dependency>cmake</Dependency>
@@ -61,6 +61,13 @@
</Package> </Package>
<History> <History>
<Update release="2">
<Date>2020-11-12</Date>
<Version>11.0.0</Version>
<Comment>Version bump</Comment>
<Name>İdris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="1"> <Update release="1">
<Date>2020-03-26</Date> <Date>2020-03-26</Date>
<Version>10.0.0_20200215</Version> <Version>10.0.0_20200215</Version>