libclc-git: update to 20150912
Update to git hash f9b8aac70c01a85cf70267320a97fe0c51fb15da because the previous does no longer build with llvm-3.7.0
This commit is contained in:
parent
fa3bff2597
commit
6a6184ab7b
1 changed files with 6 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'libclc-git'
|
# Template file for 'libclc-git'
|
||||||
pkgname=libclc-git
|
pkgname=libclc-git
|
||||||
version=20150408
|
version=20150912
|
||||||
revision=2
|
revision=1
|
||||||
build_style=configure
|
build_style=configure
|
||||||
hostmakedepends="git python libffi-devel libedit-devel zlib-devel llvm clang ncurses-devel"
|
hostmakedepends="git python 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"
|
||||||
|
@ -13,7 +13,7 @@ replaces="libclc>=0"
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
local _githash="69ebc81135ee35aab0154a5eed057830f962ab00"
|
local _githash="f9b8aac70c01a85cf70267320a97fe0c51fb15da"
|
||||||
local url="http://llvm.org/git/libclc.git"
|
local url="http://llvm.org/git/libclc.git"
|
||||||
msg_normal "Fetching source from $url ...\n"
|
msg_normal "Fetching source from $url ...\n"
|
||||||
git clone ${url} ${wrksrc}
|
git clone ${url} ${wrksrc}
|
||||||
|
@ -23,3 +23,6 @@ do_fetch() {
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure.py --prefix=/usr
|
./configure.py --prefix=/usr
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE.TXT
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue