libclc-git: update to a newer snapshot (close #1108).
This commit is contained in:
parent
983cf5027a
commit
b7436d7001
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'libclc-git'
|
# Template file for 'libclc-git'
|
||||||
pkgname=libclc-git
|
pkgname=libclc-git
|
||||||
version=20141115
|
version=20150312
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="git"
|
hostmakedepends="git python"
|
||||||
makedepends="python libffi-devel zlib-devel llvm clang ncurses-devel"
|
makedepends="libffi-devel libedit-devel zlib-devel llvm clang ncurses-devel"
|
||||||
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>"
|
||||||
license="BSD/MIT"
|
license="BSD/MIT"
|
||||||
homepage="http://libclc.llvm.org"
|
homepage="http://libclc.llvm.org"
|
||||||
provides="libclc-${version}_${revision}"
|
provides="libclc-${version}_${revision}"
|
||||||
replaces="libclc>=0 libclc-ptx-git>=0 libclc-r600-git>=0 libclc-devel-git>=0"
|
replaces="libclc>=0"
|
||||||
only_for_archs="i686 x86_64"
|
only_for_archs="i686 x86_64"
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
|
|
Loading…
Reference in New Issue