Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37883127
en ru br
ALT Linux repos
S:1.3.261.1-alt1

Group :: System/Libraries
RPM: vulkan

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: spirv-tools-alt-use-python3.patch
Download


diff --git a/spirv-tools/CMakeLists.txt b/spirv-tools/CMakeLists.txt
index 214ff91..a9de5a1 100644
--- a/spirv-tools/CMakeLists.txt
+++ b/spirv-tools/CMakeLists.txt
@@ -135,7 +135,7 @@ if(NOT COMMAND find_host_program)
   endmacro()
 endif()
 
-find_host_package(PythonInterp)
+find_package(PythonInterp 3 REQUIRED)
 
 
 # Defaults to OFF if the user didn't set it.
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin