Skip to content

Commit f7a683c

Browse files
committed
Install a different way
1 parent 2f13c6f commit f7a683c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build_wheels.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,10 @@ jobs:
3737
CMAKE_GENERATOR="Visual Studio 17 2022"
3838
CMAKE_GENERATOR_PLATFORM=x64
3939
CIBW_ARCHS: AMD64
40-
CIBW_BEFORE_BUILD: >
41-
python -m pip install cmake setuptools delvewheel &&
40+
CIBW_BEFORE_ALL_WINDOWS: >
41+
vcpkg install blas &&
4242
python install_KLU_Sundials.py
43+
CIBW_BEFORE_BUILD: python -m pip install setuptools delvewheel
4344
CIBW_REPAIR_WHEEL_COMMAND: delvewheel repair --add-path C:/Windows/System32 -w {dest_dir} {wheel}
4445
CIBW_TEST_EXTRAS: "dev"
4546
CIBW_TEST_COMMAND: |

vcpkg.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
"dependencies": [
55
{
66
"name": "casadi"
7-
},
8-
{
9-
"name": "blas"
107
}
118
],
129
"overrides": [

0 commit comments

Comments
 (0)