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 2f13c6f commit f7a683cCopy full SHA for f7a683c
.github/workflows/build_wheels.yml
@@ -37,9 +37,10 @@ jobs:
37
CMAKE_GENERATOR="Visual Studio 17 2022"
38
CMAKE_GENERATOR_PLATFORM=x64
39
CIBW_ARCHS: AMD64
40
- CIBW_BEFORE_BUILD: >
41
- python -m pip install cmake setuptools delvewheel &&
+ CIBW_BEFORE_ALL_WINDOWS: >
+ vcpkg install blas &&
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}
45
CIBW_TEST_EXTRAS: "dev"
46
CIBW_TEST_COMMAND: |
vcpkg.json
@@ -4,9 +4,6 @@
4
"dependencies": [
5
{
6
"name": "casadi"
7
- },
8
- {
9
- "name": "blas"
10
}
11
],
12
"overrides": [
0 commit comments