Generate Windows wheels #196
Annotations
2 errors
Build wheels
Command %VCPKG_INSTALLATION_ROOT%\vcpkg install boost-uuid minizip hdf5[zlib] && cd D:\a\_temp && (New-Object System.Net.WebClient).DownloadFile("https://github.com/F2I-Consulting/fesapi/archive/refs/tags/v2.12.0.0.tar.gz", "D:\a\_temp\fesapi-2.12.0.0.tar.gz") 7z x D:\a\_temp\fesapi-2.12.0.0.tar.gz -oD:\a\_temp 7z x D:\a\_temp\fesapi-2.12.0.0.tar -oD:\a\_temp mkdir fesapi-build && cd fesapi-build && cmake -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -G"Visual Studio 17 2022" -A x64 -T host=x64 -Wno-dev -Wno-deprecated -DCMAKE_INSTALL_PREFIX=D:\a\_temp/fesapi-install D:\a\_temp\fesapi-2.12.0.0 && cmake --build . --config Release -j2 && cmake --build . --config Release --target INSTALL && %VCPKG_INSTALLATION_ROOT%\vcpkg install openssl boost-beast avro-cpp && cd D:\a\_temp && mkdir fetpapi-build && cd fetpapi-build && cmake -DCMAKE_TOOLCHAIN_FILE=%VCPKG_INSTALLATION_ROOT%\scripts\buildsystems\vcpkg.cmake -G"Visual Studio 17 2022" -A x64 -T host=x64 -Wno-dev -Wno-deprecated -DWITH_FESAPI=TRUE -DFESAPI_ROOT=D:\a\_temp/fesapi-install -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX=D:\a\_temp/fetpapi-install D:\a\fetpapi\fetpapi && cmake --build . --config Release -j2 && cmake --build . --config Release --target INSTALL && pip install delvewheel
|
Build wheels
Process completed with exit code 1.
|
Loading