vulkan python bindings on windows fixes

This commit is contained in:
Aaron Miller 2023-09-12 12:39:36 -07:00
parent c953b321b7
commit f0735efa7d
3 changed files with 3 additions and 3 deletions

View File

@ -312,7 +312,7 @@ jobs:
mkdir build
cd build
$env:Path += ";C:\VulkanSDK\1.3.261.1\bin"
cmake -G "MinGW Makefiles" .. -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON
cmake -G "MinGW Makefiles" .. -DKOMPUTE_OPT_DISABLE_VULKAN_VERSION_CHECK=ON -DKOMPUTE_OPT_USE_BUILT_IN_VULKAN_HEADER=OFF
cmake --build . --parallel
- run:
name: Build wheel

@ -1 +1 @@
Subproject commit 0412ec287ccc648bf691f3309546d69dca18ae8c
Subproject commit 9bee309a7c8db77ca53fab49c2d896d486905617

View File

@ -61,7 +61,7 @@ copy_prebuilt_C_lib(SRC_CLIB_DIRECtORY,
setup(
name=package_name,
version="1.0.10",
version="1.0.11",
description="Python bindings for GPT4All",
author="Nomic and the Open Source Community",
author_email="support@nomic.ai",