libclc-git: bump version
This commit is contained in:
parent
32b03eda66
commit
fd195c34a0
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
||||||
# Template file for 'libclc-git'
|
# Template file for 'libclc-git'
|
||||||
pkgname=libclc-git
|
pkgname=libclc-git
|
||||||
version=20140717
|
version=20140723
|
||||||
revision=1
|
revision=1
|
||||||
_sha=3b853378ab3bd607aa758492b61522b0a83084cb
|
|
||||||
makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2"
|
makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2"
|
||||||
depends="libclc-ptx-git libclc-r600-git"
|
depends="libclc-ptx-git libclc-r600-git"
|
||||||
short_desc="Open implementation of the OpenCL C programming language"
|
short_desc="Open implementation of the OpenCL C programming language"
|
||||||
|
@ -16,6 +15,7 @@ do_fetch() {
|
||||||
# Upstream libclc git is http://llvm.org/git/libclc.git, however
|
# Upstream libclc git is http://llvm.org/git/libclc.git, however
|
||||||
# we use a minimal git-core for git:// protocol.
|
# we use a minimal git-core for git:// protocol.
|
||||||
local url="git://github.com/llvm-mirror/libclc"
|
local url="git://github.com/llvm-mirror/libclc"
|
||||||
|
local sha=a63df067faf8a0ce2267c746aa9af928ae8c927b
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${wrksrc}
|
git clone ${url} ${wrksrc}
|
||||||
cd ${wrksrc}
|
cd ${wrksrc}
|
||||||
|
|
Loading…
Reference in a new issue