Port details |
- spirv-tools Tools for processing SPIR-V intermediate shader language modules
- 2023.2_2 graphics
=2 2023.2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2020-12-26 00:24:11
- Last Update: 2023-06-01 03:02:27
- Commit Hash: f47ab3c
- People watching this port, also watch:: font-misc-meltho, xclock, py39-pycparser, freeimage, font-bh-lucidatypewriter-100dpi
- License: APACHE20
- Description:
- The SPIR-V Tools project provides an 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.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- spirv-tools>0:graphics/spirv-tools
- To install the port:
- cd /usr/ports/graphics/spirv-tools/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/spirv-tools
- pkg install spirv-tools
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: spirv-tools
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1678703638
SHA256 (KhronosGroup-SPIRV-Tools-v2023.2_GH0.tar.gz) = 7416cc8a98a10c32bacc36a39930b0c5b2a484963df5d68f388ed7ffee1faad3
SIZE (KhronosGroup-SPIRV-Tools-v2023.2_GH0.tar.gz) = 3101345
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- python3.9 : lang/python39
- This port is required by:
- for Build
-
- graphics/mesa-devel
- graphics/shaderc
- graphics/vkd3d
- graphics/vulkan-validation-layers
- x11-wm/chamfer
- for Libraries
-
- graphics/vkd3d
Configuration Options:
- No options to configure
- Options name:
- graphics_spirv-tools
- USES:
- cmake compiler:c++11-lib python:3.4+,build shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2023.2_2 01 Jun 2023 03:02:27
    |
Jan Beich (jbeich)  |
graphics/vulkan-validation-layers: unbreak build after 25856cf8cf38
layers/gpu_validation/gpu_validation.cpp:1014:48: error: use of undeclared
identifier 'kInstBindlessBoundsOutDescSet'; did you mean
'kInstBindlessBoundsOutDescIndex'?
strm << "(set = " << debug_record[kInstBindlessBoundsOutDescSet] <<
", binding = " << debug_record[kInstBindlessBoundsOutDescBinding] << ") Index of
"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
kInstBindlessBoundsOutDescIndex
/usr/local/include/spirv-tools/instrument.hpp:149:18: note:
'kInstBindlessBoundsOutDescIndex' declared here
static const int kInstBindlessBoundsOutDescIndex = kInstStageOutCnt + 1;
^
layers/gpu_validation/gpu_validation.cpp:1014:113: error: use of undeclared
identifier 'kInstBindlessBoundsOutDescBinding'
strm << "(set = " << debug_record[kInstBindlessBoundsOutDescSet] <<
", binding = " << debug_record[kInstBindlessBoundsOutDescBinding] << ") Index of
"
^
layers/gpu_validation/gpu_validation.cpp:1019:47: error: use of undeclared
identifier 'kInstBindlessUninitOutDescSet'; did you mean
'kInstBindlessUninitOutDescIndex'?
strm << "(set = " << debug_record[kInstBindlessUninitOutDescSet] <<
", binding = " << debug_record[kInstBindlessUninitOutBinding] << ") Descriptor
index "
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ (Only the first 15 lines of the commit message are shown above ) |
2023.2_1 06 May 2023 00:00:41
    |
Jan Beich (jbeich)  |
graphics/vulkan-validation-layers: update to 1.3.250
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.249...v1.3.250
Reported by: Repology, portscout |
2023.2 30 Mar 2023 09:07:07
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2023.2
Changes: https://github.com/KhronosGroup/SPIRV-Tools/releases/tag/v2023.2
Reported by: GitHub (watch releases) |
2023.1 18 Jan 2023 23:12:01
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2023.1
Changes: https://github.com/KhronosGroup/SPIRV-Tools/releases/tag/v2023.1
Reported by: GitHub (watch releases) |
2022.4_1 02 Dec 2022 11:12:55
    |
Jan Beich (jbeich)  |
graphics/vulkan-validation-layers: update to 1.3.236
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.3.235...v1.3.236
Reported by: Repology, portscout |
2022.4 13 Oct 2022 18:15:23
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2022.4
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2022.3...v2022.4
Reported by: Repology |
2022.3 05 Oct 2022 16:48:01
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: don't disable -Werror
FreeBSD is supported upstream, and upstream regularly tests with Clang.
I'd like to be notified of new warnings. Let's see how long it lasts.
Tested by: Clang 11/13/14/15, GCC 11, -DNDEBUG |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2022.3 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2022.3 12 Aug 2022 11:41:04
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2022.3
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2022.2...v2022.3
Reported by: Repology |
2022.2 07 Apr 2022 21:39:33
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2022.2
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2022.1...v2022.2
Reported by: GitHub (watch releases) |
2022.1_1 21 Feb 2022 21:29:49
    |
Jan Beich (jbeich)  |
graphics/shaderc: update to 2022.1
Changes: https://github.com/google/shaderc/compare/v2022.0...v2022.1
Reported by: Repology |
2022.1 26 Jan 2022 23:05:36
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2022.1
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2021.4...v2022.1
Reported by: GitHub (watch releases) |
2021.4 11 Nov 2021 20:07:45
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2021.4
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2021.3...v2021.4
Reported by: GitHub (watch releases) |
2021.3_1 03 Nov 2021 21:59:20
    |
Jan Beich (jbeich)  |
graphics/vulkan-validation-layers: update to 1.2.197
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.196...v1.2.197
Reported by: portscout |
2021.3 26 Aug 2021 13:08:16
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2021.3
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2021.2...v2021.3
Reported by: Repology |
2021.2 25 Jun 2021 19:39:13
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2021.2
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2021.1...v2021.2
Reported by: Repology |
2021.1 22 Apr 2021 14:32:54
    |
Jan Beich (jbeich)  |
graphics/spirv-tools: update to 2021.1
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2020.7...v2021.1
Reported by: portscout |
2020.7 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2020.7 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
2020.7 19 Feb 2021 14:57:27
  |
jbeich  |
graphics/spirv-tools: update to 2020.7
Changes: https://github.com/KhronosGroup/SPIRV-Tools/compare/v2020.6...v2020.7
Reported by: Repology |
2020.6_1 17 Feb 2021 10:09:31
  |
jbeich  |
graphics/vulkan-validation-layers: update to 1.2.170
Changes: https://github.com/KhronosGroup/Vulkan-ValidationLayers/compare/v1.2.169...v1.2.170
Reported by: portscout |
2020.6 26 Dec 2020 00:23:49
  |
jbeich  |
devel/spirv-tools: move to graphics/ where glslang is |