libclc-git: yet another cleanup
This commit is contained in:
parent
71f9072cc9
commit
c47e9d5f4e
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'libclc-git'
|
||||
pkgname=libclc-git
|
||||
sha=3b853378ab3bd607aa758492b61522b0a83084cb
|
||||
version=20140717
|
||||
revision=1
|
||||
_sha=3b853378ab3bd607aa758492b61522b0a83084cb
|
||||
makedepends="python libffi-devel zlib-devel llvm>=3.4.2_2 clang>=3.4.2_2"
|
||||
depends="libclc-ptx-git libclc-r600-git"
|
||||
short_desc="Open implementation of the OpenCL C programming language"
|
||||
|
@ -19,7 +19,7 @@ do_fetch() {
|
|||
msg_normal "Fetching source from $url ...\n"
|
||||
git clone ${url} ${wrksrc}
|
||||
cd ${wrksrc}
|
||||
git reset --hard ${sha}
|
||||
git reset --hard ${_sha}
|
||||
}
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in New Issue