mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-24 23:50:03 +02:00

All checks were successful
Build on RHEL9 / buildh (push) Successful in 1m48s
closes #150 **Not addressed in this PR:** - pixels_per_frame, bytes_per_frame and tell should be made cost in FileInterface
23 lines
456 B
TOML
23 lines
456 B
TOML
[build-system]
|
|
requires = ["scikit-build-core>=0.10", "pybind11", "numpy"]
|
|
build-backend = "scikit_build_core.build"
|
|
|
|
[project]
|
|
name = "aare"
|
|
version = "2025.4.1"
|
|
|
|
|
|
|
|
|
|
[tool.scikit-build]
|
|
cmake.verbose = true
|
|
|
|
[tool.scikit-build.cmake.define]
|
|
AARE_PYTHON_BINDINGS = "ON"
|
|
AARE_SYSTEM_LIBRARIES = "ON"
|
|
AARE_INSTALL_PYTHONEXT = "ON"
|
|
|
|
[tool.pytest.ini_options]
|
|
markers = [
|
|
"files: marks tests that need additional data (deselect with '-m \"not files\"')",
|
|
] |