Update scikit-build-core options
This commit is contained in:
parent
04a6bbe30e
commit
cf9e613420
1 changed files with 3 additions and 1 deletions
|
@ -45,8 +45,10 @@ all = [
|
||||||
|
|
||||||
[tool.scikit-build]
|
[tool.scikit-build]
|
||||||
wheel.packages = ["llama_cpp"]
|
wheel.packages = ["llama_cpp"]
|
||||||
wheel.expand-macos-universal-tags = true
|
|
||||||
cmake.verbose = true
|
cmake.verbose = true
|
||||||
|
cmake.minimum-version = "3.12"
|
||||||
|
minimum-version = "0.5"
|
||||||
|
ninja.make-fallback = false
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
Homepage = "https://github.com/abetlen/llama-cpp-python"
|
Homepage = "https://github.com/abetlen/llama-cpp-python"
|
||||||
|
|
Loading…
Reference in a new issue