mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
libclc: update to 15.0.7
This commit is contained in:
parent
5ed22f0506
commit
265cd11d4e
1 changed files with 5 additions and 3 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Template file for 'libclc'
|
# Template file for 'libclc'
|
||||||
pkgname=libclc
|
pkgname=libclc
|
||||||
version=12.0.0
|
version=15.0.7
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release"
|
# disable clspv (failing tests, we don't ship it)
|
||||||
|
configure_args="-DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
|
||||||
|
-DLIBCLC_TARGETS_TO_BUILD=amdgcn--;amdgcn--amdhsa;r600--;nvptx--;nvptx64--;nvptx--nvidiacl;nvptx64--nvidiacl;spirv-mesa3d-;spirv64-mesa3d-"
|
||||||
hostmakedepends="cmake clang llvm python3 libedit-devel libffi-devel
|
hostmakedepends="cmake clang llvm python3 libedit-devel libffi-devel
|
||||||
ncurses-devel zlib-devel SPIRV-LLVM-Translator"
|
ncurses-devel zlib-devel SPIRV-LLVM-Translator"
|
||||||
short_desc="Open implementation of the OpenCL C programming language"
|
short_desc="Open implementation of the OpenCL C programming language"
|
||||||
|
@ -11,7 +13,7 @@ maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause, MIT"
|
license="BSD-3-Clause, MIT"
|
||||||
homepage="https://libclc.llvm.org"
|
homepage="https://libclc.llvm.org"
|
||||||
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libclc-${version}.src.tar.xz"
|
distfiles="https://github.com/llvm/llvm-project/releases/download/llvmorg-${version}/libclc-${version}.src.tar.xz"
|
||||||
checksum=6b777ee2cd57da1b122f76c208463f620eef508f4128210c6b1a96bfb75c74dc
|
checksum=35731fea7be224f21acf5bf3cd9f0ed058bf4ada5eceaf7f10ee96e139bd3389
|
||||||
replaces="libclc-git>=0"
|
replaces="libclc-git>=0"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue