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 677d01c commit efa3d24Copy full SHA for efa3d24
.github/workflows/build_wheels.yml
@@ -38,7 +38,7 @@ jobs:
38
CMAKE_GENERATOR_PLATFORM=x64
39
CIBW_ARCHS: AMD64
40
CIBW_BEFORE_ALL_WINDOWS: >
41
- vcpkg install blas openblas
+ vcpkg install blas openblas &&
42
python install_KLU_Sundials.py
43
CIBW_BEFORE_BUILD: python -m pip install setuptools delvewheel
44
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
0 commit comments