mirror of
https://github.com/slsdetectorgroup/aare.git
synced 2025-04-19 13:20:03 +02:00

Some checks failed
Build the package using cmake then documentation / build (ubuntu-latest, 3.12) (push) Failing after 43s
Co-authored-by: Patrick <patrick.sieberer@psi.ch> Co-authored-by: JulianHeymes <julian.heymes@psi.ch> Co-authored-by: Dhanya Thattil <dhanya.thattil@psi.ch> Co-authored-by: Xiangyu Xie <45243914+xiangyuxie@users.noreply.github.com> Co-authored-by: xiangyu.xie <xiangyu.xie@psi.ch>
18 lines
328 B
TOML
18 lines
328 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" |