Commit e22ad39 1 parent 55e171c commit e22ad39 Copy full SHA for e22ad39
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ def _run_tests(
54
54
posargs = list (session .posargs )
55
55
env = {}
56
56
if os .environ .get ("CI" , None ) and sys .platform == "win32" :
57
- env ["SKBUILD_CMAKE_ARGS" ] = "-T ClangCL;--fresh "
57
+ env ["SKBUILD_CMAKE_ARGS" ] = "-T ClangCL"
58
58
59
59
if shutil .which ("cmake" ) is None and shutil .which ("cmake3" ) is None :
60
60
session .install ("cmake" )
Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ wheel.install-dir = "mqt/qcec"
89
89
ninja.version = " >=1.10"
90
90
91
91
# Setuptools-style build caching in a local directory
92
- build-dir = " build/{build_type}"
92
+ build-dir = " build/{wheel_tag}/{ build_type}"
93
93
94
94
# Explicitly set the package directory
95
95
wheel.packages = [" src/mqt" ]
@@ -324,7 +324,7 @@ repair-wheel-command = "delocate-wheel --require-archs {delocate_archs} -w {dest
324
324
[tool .cibuildwheel .windows ]
325
325
before-build = " uv pip install delvewheel>=1.7.3"
326
326
repair-wheel-command = """ delvewheel repair -w {dest_dir} {wheel} --namespace-pkg mqt --no-dll \" mqt-core-ir.dll;mqt-core-circuit-optimizer.dll;mqt-core-algorithms.dll;mqt-core-dd.dll;mqt-core-zx.dll\" """
327
- environment = { CMAKE_ARGS = " -T ClangCL" , SKBUILD_CMAKE_ARGS = " --fresh " }
327
+ environment = { CMAKE_ARGS = " -T ClangCL" }
328
328
329
329
[[tool .cibuildwheel .overrides ]]
330
330
select = " *-macosx_arm64"
You can’t perform that action at this time.
0 commit comments