building with scikit build

This commit is contained in:
Erik Fröjdh
2024-10-29 11:19:20 +01:00
parent 1a16d4522e
commit c509e29b52
6 changed files with 64 additions and 140 deletions

14
pyproject.toml Normal file
View File

@ -0,0 +1,14 @@
[build-system]
requires = ["scikit-build-core>=0.10", "pybind11"]
build-backend = "scikit_build_core.build"
[project]
name = "aare"
version = "2024.10.29.dev0"
[tool.scikit-build]
cmake.verbose = true
[tool.scikit-build.cmake.define]
AARE_PYTHON_BINDINGS = "ON"
AARE_SYSTEM_LIBRARIES = "ON"