gnu: spirv-tools: Remove GCC7 input.
* gnu/packages/vulkan.scm (spirv-tools)[native-inputs]: Remove GCC-7. [arguments]: Remove <#:phases>.
This commit is contained in:
parent
c8f2050ab6
commit
9f74ec98d3
@ -32,7 +32,6 @@
|
|||||||
#:use-module (gnu packages check)
|
#:use-module (gnu packages check)
|
||||||
#:use-module (gnu packages cmake)
|
#:use-module (gnu packages cmake)
|
||||||
#:use-module (gnu packages freedesktop)
|
#:use-module (gnu packages freedesktop)
|
||||||
#:use-module (gnu packages gcc)
|
|
||||||
#:use-module (gnu packages gettext)
|
#:use-module (gnu packages gettext)
|
||||||
#:use-module (gnu packages gl)
|
#:use-module (gnu packages gl)
|
||||||
#:use-module (gnu packages pkg-config)
|
#:use-module (gnu packages pkg-config)
|
||||||
@ -96,18 +95,10 @@ and for the GLSL.std.450 extended instruction set.
|
|||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; FIXME: Tests fail.
|
`(#:tests? #f ; FIXME: Tests fail.
|
||||||
#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(add-before 'configure 'fixgcc7
|
|
||||||
(lambda _
|
|
||||||
(unsetenv "C_INCLUDE_PATH")
|
|
||||||
(unsetenv "CPLUS_INCLUDE_PATH")
|
|
||||||
#t)))
|
|
||||||
#:configure-flags (list (string-append "-DSPIRV-Headers_SOURCE_DIR="
|
#:configure-flags (list (string-append "-DSPIRV-Headers_SOURCE_DIR="
|
||||||
(assoc-ref %build-inputs "spirv-headers")))))
|
(assoc-ref %build-inputs "spirv-headers")))))
|
||||||
(inputs `(("spirv-headers" ,spirv-headers)))
|
(inputs `(("spirv-headers" ,spirv-headers)))
|
||||||
(native-inputs `(("gcc" ,gcc-7)
|
(native-inputs `(("pkg-config" ,pkg-config)
|
||||||
("pkg-config" ,pkg-config)
|
|
||||||
("python" ,python)))
|
("python" ,python)))
|
||||||
(home-page "https://github.com/KhronosGroup/SPIRV-Tools")
|
(home-page "https://github.com/KhronosGroup/SPIRV-Tools")
|
||||||
(synopsis "API and commands for processing SPIR-V modules")
|
(synopsis "API and commands for processing SPIR-V modules")
|
||||||
|
Loading…
Reference in New Issue
Block a user