Generate Windows wheels #197
github-actions.yml
on: push
windows-2019
4m 34s
windows-2019-with-fesapi
2m 59s
ubuntu-22
2m 5s
ubuntu-22-java11
2m 13s
Build wheels on windows-latest
43m 24s
Build wheels on ubuntu-latest
24m 47s
Build wheels on macos-14
21m 55s
Matrix: ubuntu-22-java11-with-fesapi
Annotations
7 errors and 3 warnings
windows-2019-with-fesapi
Process completed with exit code 1.
|
Build wheels on macos-14
Command ['pip', 'install', '/private/var/folders/5q/zcc7tkt11f13mhczs1yfd4qc0000gn/T/cibw-run-ka1591w7/cp39-macosx_arm64/repaired_wheel/fetpapi-0.3.1-cp39-cp39-macosx_11_0_arm64.whl'] failed with code 1.
|
Build wheels on macos-14
Process completed with exit code 1.
|
Build wheels on ubuntu-latest
Command ['sh', '-c', "yum install -y wget gcc-c++ openssl-devel boost-devel && yum search epel-release && yum info epel-release && yum install -y epel-release && yum --enablerepo=epel install -y minizip1.2-devel hdf5-devel cmake3 && cd / && wget https://github.com/F2I-Consulting/fesapi/archive/refs/tags/v2.12.0.0.zip && unzip v2.12.0.0.zip && mkdir fesapi-build && cd fesapi-build && cmake3 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:STRING=/fesapi-install /fesapi-2.12.0.0 && cmake3 --build . -j2 --config Release && cmake3 --install . && cd / && wget https://archive.apache.org/dist/avro/avro-1.11.3/cpp/avro-cpp-1.11.3.tar.gz && tar xf avro-cpp-1.11.3.tar.gz && sed -i 's/install (TARGETS avrocpp avrocpp_s/install (TARGETS avrocpp_s/' avro-cpp-1.11.3/CMakeLists.txt && sed -i 's/install (TARGETS avrogencpp RUNTIME DESTINATION bin)//' avro-cpp-1.11.3/CMakeLists.txt && mkdir avro-build && cd avro-build && cmake3 -Wno-dev -Wno-deprecated -DBoost_ROOT=/boost-install -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/avro-install /avro-cpp-1.11.3 && cmake3 --build . -j2 --target avrocpp_s --config Release && cmake3 --install . && cd / && mkdir build && cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DAVRO_ROOT=/avro-install -DAVRO_USE_STATIC_LIBS=TRUE -DWITH_FESAPI=TRUE -DFESAPI_ROOT=/fesapi-install -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX:STRING=/fetpapi-install /project && cmake3 --build . -j2 --config Release && cmake3 --install .\n"] failed with code 1.
|
Build wheels on ubuntu-latest
Process completed with exit code 1.
|
Build wheels on windows-latest
Command delvewheel repair --add-path D:\a\_temp\fetpapi-build\Release --namespace-pkg fetpapi -w C:\Users\runneradmin\AppData\Local\Temp\cibw-run-9kjdhrqj\cp38-win_amd64\repaired_wheel C:\Users\runneradmin\AppData\Local\Temp\cibw-run-9kjdhrqj\cp38-win_amd64\built_wheel\fetpapi-0.3.1-cp38-cp38-win_amd64.whl
|
Build wheels on windows-latest
Process completed with exit code 1.
|
Build wheels on macos-14
Bumping MACOSX_DEPLOYMENT_TARGET (10.14) to the minimum required (11.0).
|
Build wheels on macos-14
While cibuildwheel can build CPython 3.8 universal2/arm64 wheels, we cannot test the arm64 part of them, even when running on an Apple Silicon machine. This is because we use the x86_64 installer of CPython 3.8. See the discussion in https://github.com/pypa/cibuildwheel/pull/1169 for the details. To silence this warning, set `CIBW_TEST_SKIP: "cp38-macosx_*:arm64"`.
|
Build wheels on macos-14
Bumping MACOSX_DEPLOYMENT_TARGET (10.14) to the minimum required (11.0).
|