spirv-tools 2022.1+1.3.204.0-2 source package in Ubuntu
Changelog
spirv-tools (2022.1+1.3.204.0-2) unstable; urgency=medium * disable-shared-harder.diff: Modify the build to actually disable building a shared library and what it brings. -- Timo Aaltonen <email address hidden> Wed, 16 Feb 2022 18:37:15 +0200
Upload details
- Uploaded by:
- Debian X Strike Force
- Uploaded to:
- Sid
- Original maintainer:
- Debian X Strike Force
- Architectures:
- any
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Jammy | release | universe | libdevel |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
spirv-tools_2022.1+1.3.204.0-2.dsc | 2.0 KiB | 811108d0004b66c9c0747709da393e49fb7d9f8a63ec29a9ad1032921c189cb6 |
spirv-tools_2022.1+1.3.204.0.orig.tar.gz | 2.7 MiB | 91db4e17ad4a442fecd67199f8582ff4772cb663e08d19207da9823eb26ad34e |
spirv-tools_2022.1+1.3.204.0-2.debian.tar.xz | 3.5 KiB | 52bec7c5c3cb63efb4c8714501f2d08ea414b2474bbe74e408146a5809eb60be |
Available diffs
- diff from 2021.4-1 to 2022.1+1.3.204.0-2 (100.3 KiB)
- diff from 2022.1+1.3.204.0-1 to 2022.1+1.3.204.0-2 (1.5 KiB)
No changes file available.
Binary packages built by this source
- spirv-tools: API and commands for processing SPIR-V modules
The project includes an assembler, binary module parser, disassembler,
validator, and optimizer for SPIR-V. Except for the optimizer, all are
based on a common static library. The library contains all of the
implementation details, and is used in the standalone tools whilst
also enabling integration into other code bases directly. The
optimizer implementation resides in its own library, which depends on
the core library.
- spirv-tools-dbgsym: debug symbols for spirv-tools