skeleton pyproject.toml

This commit is contained in:
froejdh_e
2025-03-18 10:33:51 +01:00
parent 3c2f149c22
commit eb8c34f53b
3 changed files with 39 additions and 4 deletions

22
pyproject.toml Normal file
View File

@ -0,0 +1,22 @@
[build-system]
requires = ["scikit-build-core>=0.10", "pybind11", "numpy"]
build-backend = "scikit_build_core.build"
[project]
name = "slsDetectorPackage"
version = "2025.2.18"
[tool.scikit-build]
cmake.verbose = true
cmake.build-type = "Release"
install.components = ["python"]
[tool.scikit-build.cmake.define]
SLS_USE_RECEIVER = "OFF"
SLS_USE_RECEIVER_BINARIES = "OFF"
SLS_USE_TEXTCLIENT = "OFF"
SLS_USE_PYTHON = "ON"
SLS_INSTALL_PYTHONEXT = "ON"
SLS_BUILD_SHARED_LIBRARIES = "OFF"