diff --git a/conda-recipes/python-client/meta.yaml b/conda-recipes/python-client/meta.yaml index 9add4b13b..3b710151c 100644 --- a/conda-recipes/python-client/meta.yaml +++ b/conda-recipes/python-client/meta.yaml @@ -1,6 +1,6 @@ package: name: slsdet - version: 2025.2.18 #TODO! how to not duplicate this? + version: 2025.3.19 #TODO! how to not duplicate this? source: path: ../.. @@ -9,7 +9,6 @@ build: number: 0 script: - unset CMAKE_GENERATOR && {{ PYTHON }} -m pip install . -vv # [not win] - - {{ PYTHON }} -m pip install . -vv # [win] requirements: build: diff --git a/pyproject.toml b/pyproject.toml index eafffa9f4..3d128f18e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,13 +10,13 @@ version = "2025.3.19" [tool.cibuildwheel] before-all = "uname -a" -[tool.scikit-build-core] +[tool.scikit-build] build.verbose = true cmake.build-type = "Release" install.components = ["python"] -[tool.scikit-build-core.cmake.define] +[tool.scikit-build.cmake.define] #Only build the control software and python ext SLS_USE_RECEIVER = "OFF" SLS_USE_RECEIVER_BINARIES = "OFF"