SPIRV-Tools: update to 2024.3, adopt.
This commit is contained in:
parent
42bbe6e019
commit
a4b34ea7e5
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'SPIRV-Tools'
|
# Template file for 'SPIRV-Tools'
|
||||||
pkgname=SPIRV-Tools
|
pkgname=SPIRV-Tools
|
||||||
version=2023.5
|
version=2024.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
|
configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
|
||||||
|
@ -8,12 +8,12 @@ configure_args="-DSPIRV_SKIP_TESTS=ON -DSPIRV_WERROR=OFF
|
||||||
hostmakedepends="python3"
|
hostmakedepends="python3"
|
||||||
makedepends="SPIRV-Headers"
|
makedepends="SPIRV-Headers"
|
||||||
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="Daniel Martinez <danielmartinez@cock.li>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://github.com/KhronosGroup/SPIRV-Tools"
|
homepage="https://github.com/KhronosGroup/SPIRV-Tools"
|
||||||
changelog="https://raw.githubusercontent.com/KhronosGroup/SPIRV-Tools/master/CHANGES"
|
changelog="https://raw.githubusercontent.com/KhronosGroup/SPIRV-Tools/master/CHANGES"
|
||||||
distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v${version}.rc1.tar.gz"
|
distfiles="https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v${version}.rc1.tar.gz"
|
||||||
checksum=aed90b51ce884ce3ac267acec75e785ee743a1e1fd294c25be33b49c5804d77c
|
checksum=e433d40b5b4bf2bc3c819e34d7bf6194937df4d74e2f8dee8012bd8fd69e7f8a
|
||||||
LDFLAGS="-Wl,--no-undefined"
|
LDFLAGS="-Wl,--no-undefined"
|
||||||
|
|
||||||
SPIRV-Tools-devel_package() {
|
SPIRV-Tools-devel_package() {
|
||||||
|
|
Loading…
Reference in New Issue