Skip to content

Commit

Permalink
#5 attempting visual studio package install of dependencies(2)
Browse files Browse the repository at this point in the history
  • Loading branch information
myselfhimself committed Nov 12, 2020
1 parent 5929af5 commit 12187ff
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,11 @@ jobs:
if: runner.os == 'Windows'
shell: cmd
run: |
#call scripts\build_win_x86.bat
vcpkg search zlib
vcpkg search libfftw
vcpkg search libtiff
vcpkg search libcurl
vcpkg install libpng:x64-windows libjpeg-turbo:x64-windows
REM call scripts\build_win_x86.bat
vcpkg install libpng:x64-windows libjpeg-turbo:x64-windows zlib:x64-windows curl:x64-windows tiff:x64-windows fftw3:x64-windows
vcpkg list
python -m pip --disable-pip-version-check install cibuildwheel==1.6.1
#python -m cibuildwheel --output-dir wheelhouse
REM python -m cibuildwheel --output-dir wheelhouse
env:
CIBW_BUILD: "cp3?-win32"
CIBW_SKIP: "cp35-*"
Expand Down

0 comments on commit 12187ff

Please sign in to comment.