Changeset View
Changeset View
Standalone View
Standalone View
package.yml
| name : spirv-headers | name : spirv-headers | ||||
| version : 1.1 | version : 1.2 | ||||
| release : 3 | release : 4 | ||||
| source : | source : | ||||
| - git|https://github.com/KhronosGroup/SPIRV-Headers.git : 061097878467b8e040fbf153a837d844ef9f9f96 | - git|https://github.com/KhronosGroup/SPIRV-Headers.git : 061097878467b8e040fbf153a837d844ef9f9f96 | ||||
| license : MIT | license : MIT | ||||
| component : programming | component : programming | ||||
| 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. | ||||
| patterns : | patterns : | ||||
| - /usr/include | - /usr/include | ||||
| 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. | ||||
| setup : | | setup : | | ||||
| mkdir build | mkdir build | ||||
| cd build | cd build | ||||
| %cmake ../ -DCMAKE_INSTALL_PREFIX=$installdir/usr | %cmake ../ -DCMAKE_INSTALL_PREFIX=$installdir/usr | ||||
| cmake --build . --target install-headers | cmake --build . --target install-headers | ||||
| # Default to 1.1 spec | # Default to 1.2 spec | ||||
| ln -s /usr/include/spirv/1.1 $installdir/usr/include/SPIRV | ln -s /usr/include/spirv/1.2 $installdir/usr/include/SPIRV | ||||
Copyright © 2015-2021 Solus Project. The Solus logo is Copyright © 2016-2021 Solus Project. All Rights Reserved.