profiles: Dev branch - #915
Conversation
|
CI VulkanProfiles build queued with queue ID 49562. |
1 similar comment
|
CI VulkanProfiles build queued with queue ID 49562. |
|
CI VulkanProfiles build # 4026 running. |
|
CI VulkanProfiles build # 4026 failed. |
|
CI VulkanProfiles build queued with queue ID 49814. |
|
CI VulkanProfiles build # 4036 running. |
|
CI VulkanProfiles build # 4036 passed. |
|
CI VulkanProfiles build queued with queue ID 50787. |
|
CI VulkanProfiles build queued with queue ID 50799. |
|
CI VulkanProfiles build # 4047 running. |
|
CI VulkanProfiles build # 4047 passed. |
|
CI VulkanProfiles build queued with queue ID 60853. |
1 similar comment
|
CI VulkanProfiles build queued with queue ID 60853. |
|
CI VulkanProfiles build # 4051 running. |
|
CI VulkanProfiles build # 4051 passed. |
The Vulkan-Profiles build requires unusual Python modules jsonschema and pyinstaller to be installed in whatever Python is used to build the standalone executables. Rather than rely on the system Python including these modules, this code change causes the build to create its on Python virtual environment, and install the necessary Python modules in the virtual environment, before using it to build the executables. CMakeLists.txt: - require Python 3.10, to insure pyinstaller 6 can be installed - create a Python virtual environment using requirements.txt - use the Python virtual environment to make FINAL_EXECUTABLE requirements.txt: new file - include all the Python modules that aren't part of the Python Standard Library
The Python script needs to access the Vulkan-Headers version of vulkan_object.py. It doesn't need the vulkan_object module.
Or they end up complaining about missing "pyparsing" modules We also need a python_venv dependency so a subdirectory can reference it
|
CI VulkanProfiles build queued with queue ID 68129. |
1 similar comment
|
CI VulkanProfiles build queued with queue ID 68129. |
|
CI VulkanProfiles build # 4070 running. |
|
CI VulkanProfiles build # 4070 failed. |
|
CI VulkanProfiles build queued with queue ID 68147. |
|
CI VulkanProfiles build # 4071 running. |
|
CI VulkanProfiles build # 4071 passed. |
vkprofilesstandalone executable to replace python scripts