patching libzmq and cleaned up cmake
Some checks failed
Native CMake Build / Configure and build using cmake (push) Failing after 9s

This commit is contained in:
froejdh_e
2025-03-28 09:26:55 +01:00
parent fada23365e
commit b5c82783d6
3 changed files with 55 additions and 8 deletions

View File

@ -7,13 +7,16 @@ name = "slsdet"
version = "2025.3.19"
[tool.scikit-build]
cmake.verbose = true
[tool.cibuildwheel]
before-all = "uname -a"
[tool.scikit-build-core]
build.verbose = true
cmake.build-type = "Release"
install.components = ["python"]
[tool.scikit-build.cmake.define]
[tool.scikit-build-core.cmake.define]
#Only build the control software and python ext
SLS_USE_RECEIVER = "OFF"
SLS_USE_RECEIVER_BINARIES = "OFF"