mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
SPIRV-LLVM-Translator: fix cross build
This commit is contained in:
parent
45acf09a04
commit
85a0e41b21
1 changed files with 3 additions and 4 deletions
|
@ -1,20 +1,19 @@
|
||||||
# Template file for 'SPIRV-LLVM-Translator'
|
# Template file for 'SPIRV-LLVM-Translator'
|
||||||
pkgname=SPIRV-LLVM-Translator
|
pkgname=SPIRV-LLVM-Translator
|
||||||
version=12.0.0
|
version=12.0.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
make_build_args="llvm-spirv"
|
make_build_args="llvm-spirv"
|
||||||
configure_args="-Wno-dev -DLLVM_LINK_LLVM_DYLIB=ON -DCMAKE_SKIP_RPATH=ON
|
configure_args="-Wno-dev -DLLVM_LINK_LLVM_DYLIB=ON -DCMAKE_SKIP_RPATH=ON
|
||||||
-DLLVM_SPIRV_INCLUDE_TESTS=OFF -DBUILD_SHARED_LIBS=ON"
|
-DLLVM_SPIRV_INCLUDE_TESTS=OFF -DBUILD_SHARED_LIBS=ON"
|
||||||
hostmakedepends="clang clang-tools-extra llvm"
|
hostmakedepends="clang llvm"
|
||||||
makedepends="llvm"
|
makedepends="clang-tools-extra llvm"
|
||||||
short_desc="API and commands for processing SPIR-V modules"
|
short_desc="API and commands for processing SPIR-V modules"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="NCSA"
|
license="NCSA"
|
||||||
homepage="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
homepage="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
|
||||||
distfiles="https://github.com/KhronosGroup/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/KhronosGroup/${pkgname}/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=6e4fad04203f25fcde4c308c53e9f59bd05a390978992db3212d4b63aff62108
|
checksum=6e4fad04203f25fcde4c308c53e9f59bd05a390978992db3212d4b63aff62108
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE.TXT
|
vlicense LICENSE.TXT
|
||||||
|
|
Loading…
Add table
Reference in a new issue