We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416ebfd commit fbbaed9Copy full SHA for fbbaed9
1 file changed
.github/workflows/cibuildwheel.yml
@@ -48,6 +48,8 @@ jobs:
48
C:\vcpkg\vcpkg.exe install openblas:x64-windows
49
CIBW_ENVIRONMENT_WINDOWS: |
50
EASYSBA_LAPACK_LIBS=openblas
51
+ EASYSBA_INCLUDE_DIRS=C:\\vcpkg\\installed\\x64-windows\\include
52
+ EASYSBA_LIBRARY_DIRS=C:\\vcpkg\\installed\\x64-windows\\lib
53
INCLUDE=C:\\vcpkg\\installed\\x64-windows\\include
54
LIB=C:\\vcpkg\\installed\\x64-windows\\lib
55
PATH=C:\\vcpkg\\installed\\x64-windows\\bin;{PATH}
0 commit comments