File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 27
27
python-version : 3.12
28
28
29
29
- name : Build wheels on Windows
30
- run : pipx run cibuildwheel --output-dir wheelhouse
30
+ run : >
31
+ choco install openblas -y &&
32
+ python install_KLU_Sundials.py &&
33
+ pipx run cibuildwheel --output-dir wheelhouse
31
34
env :
32
35
CIBW_ENVIRONMENT : >
33
36
PYBAMMSOLVERS_USE_VCPKG=ON
37
40
CMAKE_GENERATOR="Visual Studio 17 2022"
38
41
CMAKE_GENERATOR_PLATFORM=x64
39
42
CIBW_ARCHS : AMD64
40
- CIBW_BEFORE_BUILD : >
41
- python -m pip install cmake setuptools delvewheel &&
42
- python install_KLU_Sundials.py
43
+ CIBW_BEFORE_BUILD : python -m pip install cmake setuptools delvewheel
43
44
CIBW_REPAIR_WHEEL_COMMAND : delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
44
45
CIBW_TEST_EXTRAS : " dev"
45
46
CIBW_TEST_COMMAND : |
You can’t perform that action at this time.
0 commit comments