We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 081f82d commit 87b2c72Copy full SHA for 87b2c72
.github/workflows/build_wheels.yml
@@ -39,7 +39,7 @@ jobs:
39
CMAKE_GENERATOR_PLATFORM=x64
40
CIBW_ARCHS: AMD64
41
CIBW_BEFORE_ALL_WINDOWS: >
42
- vcpkg install blas casadi &&
+ vcpkg install blas casadi --allow-unsupported &&
43
python install_KLU_Sundials.py
44
CIBW_BEFORE_BUILD: python -m pip install setuptools delvewheel
45
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
0 commit comments