Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : spirv-tools | name : spirv-tools | ||||
| version : '2020.6' | version : '2021.1' | ||||
| release : 17 | release : 18 | ||||
| source : | source : | ||||
| - https://github.com/KhronosGroup/SPIRV-Tools/archive/v2020.6.tar.gz : de2392682df8def7ac666a2a320cd475751badf4790b01c7391b7644ecb550a3 | - https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2021.1.tar.gz : bd42f6d766ac50f1a1ab46ce96d59e24ab28fb9779a71fccfa8bad760842c274 | ||||
| license : Apache-2.0 | license : Apache-2.0 | ||||
| component : programming.tools | component : programming.tools | ||||
| emul32 : yes | emul32 : yes | ||||
| summary : The SPIR-V Tools project provides an API and commands for processing SPIR-V modules | summary : The SPIR-V Tools project provides an API and commands for processing SPIR-V modules | ||||
| description: | | description: | | ||||
| The SPIR-V Tools project provides an API and commands for processing SPIR-V modules. | The SPIR-V Tools project provides an API and commands for processing SPIR-V modules. | ||||
| patterns : | patterns : | ||||
| - 32bit-devel : /usr/lib32/cmake | - 32bit-devel : /usr/lib32/cmake | ||||
| builddeps : | builddeps : | ||||
| - spirv-headers | - spirv-headers | ||||
| rundeps : | rundeps : | ||||
| - devel : spirv-headers | - devel : spirv-headers | ||||
| setup : | | setup : | | ||||
| %patch -p1 < $pkgfiles/missing-soname.patch | |||||
| sed -i "s|@VERSION@|%version%|g" CMakeLists.txt | |||||
| %cmake_ninja -DCMAKE_INSTALL_LIBDIR=lib%LIBSUFFIX% \ | %cmake_ninja -DCMAKE_INSTALL_LIBDIR=lib%LIBSUFFIX% \ | ||||
| -DSPIRV-Headers_SOURCE_DIR=%PREFIX% | -DSPIRV-Headers_SOURCE_DIR=%PREFIX% -DBUILD_SHARED_LIBS=ON | ||||
| build : | | build : | | ||||
| %ninja_build | %ninja_build | ||||
| install : | | install : | | ||||
| %ninja_install | %ninja_install | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.