We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cca4b2 commit d2c4d38Copy full SHA for d2c4d38
1 file changed
pyproject.toml
@@ -34,9 +34,11 @@ Issues = "https://github.com/contimod/cpp_hf/issues"
34
[tool.scikit-build]
35
# Optional: produce a per-tag build dir (nice for local dev)
36
build-dir = "build/{wheel_tag}"
37
+# Required to enable non-builtin metadata version providers (setuptools_scm)
38
+experimental = true
39
40
[tool.scikit-build.cmake]
-minimum-version = "3.21"
41
+version = "3.21"
42
43
# You can pass -C cmake.define.X=... flags via pip to toggle features:
44
# pip install . -C cmake.define.HF_USE_OPENMP=ON -C cmake.define.HF_USE_FFTW_THREADS=ON
0 commit comments