From 6e69b6604b7b267e63d030afdcf398ba48a14ab7 Mon Sep 17 00:00:00 2001 From: Idris Kalp Date: Fri, 13 Nov 2020 01:46:47 +0300 Subject: [PATCH] libclc 11.0.0 --- x11/library/libclc/actions.py | 2 +- x11/library/libclc/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/x11/library/libclc/actions.py b/x11/library/libclc/actions.py index 941cab621e..abf55dc7bf 100755 --- a/x11/library/libclc/actions.py +++ b/x11/library/libclc/actions.py @@ -17,7 +17,7 @@ def setup(): if get.buildTYPE() == "emul32": 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' \ -DCMAKE_INSTALL_LIBDIR=lib32 \ " % (get.workDIR(), get.srcNAME(), get.srcVERSION()) diff --git a/x11/library/libclc/pspec.xml b/x11/library/libclc/pspec.xml index 082c501cb9..85979faa7f 100755 --- a/x11/library/libclc/pspec.xml +++ b/x11/library/libclc/pspec.xml @@ -3,7 +3,7 @@ libclc - https://github.com/llvm-mirror/libclc + http://libclc.llvm.org/ PisiLinux Community admins@pisilinux.org @@ -12,7 +12,7 @@ library Library requirements of the OpenCL C programming language Library requirements of the OpenCL C programming language - https://sourceforge.net/projects/pisilinux/files/source/libclc-10.0.0_20200215.tar.xz + https://github.com/llvm/llvm-project/releases/download/llvmorg-11.0.0/libclc-11.0.0.src.tar.xz llvm cmake @@ -61,6 +61,13 @@ + + 2020-11-12 + 11.0.0 + Version bump + İdris Kalp + idriskalp@gmail.com + 2020-03-26 10.0.0_20200215