SPIRV-LLVM-Translator: update to 15.0.0

This commit is contained in:
Marcin Puc 2023-01-05 15:11:06 +01:00 committed by Leah Neukirchen
parent fb0098c726
commit c99d3aac9b
2 changed files with 8 additions and 7 deletions

View File

@ -993,7 +993,7 @@ libclang-cpp.so.15 libclang-cpp-15.0.7_1
libLLVM-11.so libllvm11-11.0.0_1
libLLVM-12.so libllvm12-12.0.0_1
libLLVM-15.so libllvm15-15.0.7_1
libLLVMSPIRVLib.so.12 SPIRV-LLVM-Translator-12.0.0_1
libLLVMSPIRVLib.so.15 SPIRV-LLVM-Translator-15.0.0_1
libomp.so.5 libomp-15.0.7_1
libomptarget.so.15 libomp-15.0.7_1
libisofs.so.6 libisofs-0.6.24_1

View File

@ -1,19 +1,20 @@
# Template file for 'SPIRV-LLVM-Translator'
pkgname=SPIRV-LLVM-Translator
version=12.0.0
revision=2
version=15.0.0
revision=1
build_style=cmake
make_build_args="llvm-spirv"
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
-DLLVM_EXTERNAL_SPIRV_HEADERS_SOURCE_DIR=/usr"
hostmakedepends="clang llvm"
makedepends="clang-tools-extra llvm"
makedepends="clang-tools-extra llvm SPIRV-Headers"
short_desc="API and commands for processing SPIR-V modules"
maintainer="Orphaned <orphan@voidlinux.org>"
license="NCSA"
homepage="https://github.com/KhronosGroup/SPIRV-LLVM-Translator"
distfiles="https://github.com/KhronosGroup/${pkgname}/archive/refs/tags/v${version}.tar.gz"
checksum=6e4fad04203f25fcde4c308c53e9f59bd05a390978992db3212d4b63aff62108
distfiles="https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/refs/tags/v${version}.tar.gz"
checksum=b1bebd77f72988758c00852e78c2ddc545815a612169a0cb377d021e2f846d88
post_install() {
vlicense LICENSE.TXT