mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-19 13:20:03 +02:00
15 lines
303 B
TOML
15 lines
303 B
TOML
[build-system]
|
|
requires = ["scikit-build-core>=0.10", "pybind11", "numpy"]
|
|
build-backend = "scikit_build_core.build"
|
|
|
|
[project]
|
|
name = "aare"
|
|
version = "2024.11.15.dev0"
|
|
|
|
|
|
[tool.scikit-build]
|
|
cmake.verbose = true
|
|
|
|
[tool.scikit-build.cmake.define]
|
|
AARE_PYTHON_BINDINGS = "ON"
|
|
AARE_SYSTEM_LIBRARIES = "ON" |