Package Details: spirv-cross 2023.07.26-1

Git Clone URL: https://aur.archlinux.org/spirv-cross.git (read-only, click to copy)
Package Base: spirv-cross
Description: A tool and library for parsing and converting SPIR-V to other shader languages
Upstream URL: https://github.com/KhronosGroup/SPIRV-Cross/
Keywords: khronos
Licenses: Apache
Submitter: dbermond
Maintainer: dbermond
Last Packager: dbermond
Votes: 12
Popularity: 0.015018
First Submitted: 2019-06-14 23:22 (UTC)
Last Updated: 2023-09-04 22:38 (UTC)

Latest Comments

1 2 Next › Last »

Eirikr commented on 2023-03-29 08:48 (UTC)

I recieve this warning, which seems to defeat part of the reason for using: -- spirv-tools not linked - illegal SPIRV may be generated for HLSL

dbermond commented on 2022-06-27 21:30 (UTC)

@sukanka The test suite fails to pass when using binaries from the official repositories, as upstream expects specific commits for them. Your proposed PKGBUILD does not produces and does not run the test suite, as you missed the needed symlinks. On build(), your PKGBUILD shows "SPIRV-Cross: Testing will be disabled for SPIRV-Cross.", and on check() "No tests were found!!!".

sukanka commented on 2022-06-27 13:00 (UTC) (edited on 2022-06-27 13:19 (UTC) by sukanka)

This package should use glslang, spirv-headers, and spirv-tools as depends instead of building them from source. A modified version https://gist.github.com/sukanka/8c122dad9ce45029fb980949d0b20012

abouvier commented on 2022-05-24 22:20 (UTC)

The version is wrong, it should be 1.3.211.0, the same versioning scheme as spirv-headers or vulkan-extra-tools.

dbermond commented on 2022-05-24 21:33 (UTC)

@abouvier Package updated.

abouvier commented on 2022-05-24 13:28 (UTC)

Why did you remove the flag? :p

The package is really out of date.

dbermond commented on 2022-05-23 23:46 (UTC)

@maxcutlyp I've just checked, and the package is building fine. No tests hanging.

maxcutlyp commented on 2022-05-23 06:45 (UTC)

Anyone else having test 13 (spirv-cross-test-hlsl) hanging indefinitely? I've left it going for over an hour multiple times and it always hangs on that one.

dbermond commented on 2021-10-16 14:52 (UTC)

@abouvier Done.

abouvier commented on 2021-10-15 20:58 (UTC)

Can you add the option SPIRV_CROSS_FORCE_PIC=ON when compiling spirv-cross?