We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6955a13 commit e696587Copy full SHA for e696587
1 file changed
.github/workflows/cibuildwheel.yml
@@ -45,11 +45,7 @@ jobs:
45
git clone https://github.com/microsoft/vcpkg.git C:\\vcpkg &&
46
C:\\vcpkg\\bootstrap-vcpkg.bat -disableMetrics &&
47
C:\\vcpkg\\vcpkg.exe install openblas:x64-windows
48
- CIBW_ENVIRONMENT_WINDOWS: >-
49
- EASYSBA_LAPACK_LIBS=openblas
50
- INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include
51
- LIB=C:\\vcpkg\\installed\\x64-windows\\lib
52
- PATH=C:\\vcpkg\\installed\\x64-windows\\bin;${{ env.PATH }}
+ CIBW_ENVIRONMENT_WINDOWS: "EASYSBA_LAPACK_LIBS=openblas INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include LIB=C:\\vcpkg\\installed\\x64-windows\\lib PATH=C:\\vcpkg\\installed\\x64-windows\\bin;${{ env.PATH }}"
53
run: python -m cibuildwheel --output-dir wheelhouse
54
55
- name: Upload wheels
0 commit comments