libclc-git: update to current master
This commit is contained in:
parent
a457e84523
commit
6d0b454ed9
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'libclc-git'
|
# Template file for 'libclc-git'
|
||||||
pkgname=libclc-git
|
pkgname=libclc-git
|
||||||
version=20140801
|
version=20140820
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="git"
|
hostmakedepends="git"
|
||||||
makedepends="python libffi-devel zlib-devel llvm-git clang-git"
|
makedepends="python libffi-devel zlib-devel llvm-git clang-git ncurses-devel"
|
||||||
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"
|
||||||
maintainer="John Galt<johngaltfirstrun@gmail.com>"
|
maintainer="John Galt<johngaltfirstrun@gmail.com>"
|
||||||
|
@ -16,7 +16,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=5b48f170c8b22168cad67e2d331da4aedb0788bd
|
local sha=fd18b63b2682cf52bbec6a3b2c3bd440eb1d2276
|
||||||
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…
Add table
Add a link
Reference in a new issue