mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 03:10:02 +02:00
reverted to scikit-build in pyproject.toml
This commit is contained in:
parent
95e11d668a
commit
04583acb21
@ -1,6 +1,6 @@
|
|||||||
package:
|
package:
|
||||||
name: slsdet
|
name: slsdet
|
||||||
version: 2025.2.18 #TODO! how to not duplicate this?
|
version: 2025.3.19 #TODO! how to not duplicate this?
|
||||||
|
|
||||||
source:
|
source:
|
||||||
path: ../..
|
path: ../..
|
||||||
@ -9,7 +9,6 @@ build:
|
|||||||
number: 0
|
number: 0
|
||||||
script:
|
script:
|
||||||
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win]
|
- unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win]
|
||||||
- {{ PYTHON }} -m pip install . -vv # [win]
|
|
||||||
|
|
||||||
requirements:
|
requirements:
|
||||||
build:
|
build:
|
||||||
|
@ -10,13 +10,13 @@ version = "2025.3.19"
|
|||||||
[tool.cibuildwheel]
|
[tool.cibuildwheel]
|
||||||
before-all = "uname -a"
|
before-all = "uname -a"
|
||||||
|
|
||||||
[tool.scikit-build-core]
|
[tool.scikit-build]
|
||||||
build.verbose = true
|
build.verbose = true
|
||||||
cmake.build-type = "Release"
|
cmake.build-type = "Release"
|
||||||
install.components = ["python"]
|
install.components = ["python"]
|
||||||
|
|
||||||
|
|
||||||
[tool.scikit-build-core.cmake.define]
|
[tool.scikit-build.cmake.define]
|
||||||
#Only build the control software and python ext
|
#Only build the control software and python ext
|
||||||
SLS_USE_RECEIVER = "OFF"
|
SLS_USE_RECEIVER = "OFF"
|
||||||
SLS_USE_RECEIVER_BINARIES = "OFF"
|
SLS_USE_RECEIVER_BINARIES = "OFF"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user