Build wheel for macos in CI #171
github-actions.yml
on: push
windows-2019
1m 38s
windows-2019-with-fesapi
1m 43s
ubuntu-22
1m 55s
ubuntu-22-java11
1m 55s
Build wheels on ubuntu-latest
1m 56s
Build wheels on macos-14
1m 25s
Matrix: ubuntu-22-java11-with-fesapi
Annotations
23 errors and 1 warning
Build wheels on macos-14
Command brew install boost swig openssl && git clone https://github.com/F2I-Consulting/Minizip.git /Users/runner/work/fetpapi/fetpapi/../minizip && cd /Users/runner/work/fetpapi/fetpapi/.. && mkdir minizip-build && cd minizip-build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/fetpapi/fetpapi/../minizip-install /Users/runner/work/fetpapi/fetpapi/../minizip && cmake --build . -j2 --config Release && cmake --install . && cd /Users/runner/work/fetpapi/fetpapi/.. && 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 && cmake -Wno-dev -Wno-deprecated -DBoost_ROOT=/boost-install -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DCMAKE_INSTALL_PREFIX=/Users/runner/work/fetpapi/fetpapi/../avro-install /Users/runner/work/fetpapi/fetpapi/../avro-cpp-1.11.3 && cmake --build . -j2 --target avrocpp_s --config Release && cmake --install . && cd /Users/runner/work/fetpapi/fetpapi/.. && wget https://github.com/HDFGroup/hdf5/releases/download/hdf5_1.14.5/hdf5-1.14.5.tar.gz && tar xf hdf5-1.14.5.tar.gz && mkdir hdf5-build && cd hdf5-build && cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_TESTING:BOOL=OFF -DHDF5_BUILD_TOOLS:BOOL=OFF -DHDF5_BUILD_EXAMPLES:BOOL=OFF -DHDF5_BUILD_CPP_LIB:BOOL=OFF -DHDF5_BUILD_HL_LIB:BOOL=OFF -DCMAKE_INSTALL_PREFIX:STRING=/Users/runner/work/fetpapi/fetpapi/../hdf5-install /Users/runner/work/fetpapi/fetpapi/../hdf5-1.14.5 && cmake --build . -j2 --config Release && cmake --install . && cd /Users/runner/work/fetpapi/fetpapi/.. wget https://github.com/F2I-Consulting/fesapi/archive/refs/tags/v2.11.0.0.zip && unzip v2.11.0.0.zip && mkdir fesapi-build && cd fesapi-build && cmake3 -DCMAKE_BUILD_TYPE=Release -DBoost_ROOT=/boost-install -DHDF5_ROOT=/hdf5-install -DHDF5_USE_STATIC_LIBRARIES=TRUE -DCMAKE_INSTALL_PREFIX:STRING=/Users/runner/work/fetpapi/fetpapi/../fesapi-install /Users/runner/work/fetpapi/fetpapi/../fesapi-2.11.0.0 && cmake3 --build . -j2 --config Release && cmake3 --install . && cd / && mkdir build && cd build && cmake3 -DCMAKE_BUILD_TYPE=Release -DAVRO_ROOT=/Users/runner/work/fetpapi/fetpapi/../avro-install -DAVRO_USE_STATIC_LIBS=TRUE -DWITH_FESAPI=TRUE -DFESAPI_ROOT=/Users/runner/work/fetpapi/fetpapi/../fesapi-install -DWITH_PYTHON_WRAPPING=TRUE -DCMAKE_INSTALL_PREFIX:STRING=/Users/runner/work/fetpapi/fetpapi/../fetpapi-install . && cmake3 --build . -j2 --config Release && cmake3 --install .
|
Build wheels on macos-14
Process completed with exit code 1.
|
windows-2019
The run was canceled by @philippeVerney.
|
windows-2019
The operation was canceled.
|
windows-2019-with-fesapi
The run was canceled by @philippeVerney.
|
windows-2019-with-fesapi
The operation was canceled.
|
Build wheels on ubuntu-latest
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (gcc 11, gcc-11, gcc-11, g++-11)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (gcc 11, gcc-11, gcc-11, g++-11)
The operation was canceled.
|
ubuntu-22
The run was canceled by @philippeVerney.
|
ubuntu-22
The operation was canceled.
|
ubuntu-22-java11
The run was canceled by @philippeVerney.
|
ubuntu-22-java11
The operation was canceled.
|
ubuntu-22-java11-with-fesapi (clang 14, clang-14, clang-14, clang++-14)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (clang 14, clang-14, clang-14, clang++-14)
The operation was canceled.
|
ubuntu-22-java11-with-fesapi (gcc 12, gcc-12, gcc-12, g++-12)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (gcc 12, gcc-12, gcc-12, g++-12)
The operation was canceled.
|
ubuntu-22-java11-with-fesapi (clang 13, clang-13, clang-13, clang++-13)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (clang 13, clang-13, clang-13, clang++-13)
The operation was canceled.
|
ubuntu-22-java11-with-fesapi (gcc 10, gcc-10, gcc-10, g++-10)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (gcc 10, gcc-10, gcc-10, g++-10)
The operation was canceled.
|
ubuntu-22-java11-with-fesapi (clang 15, clang-15, clang-15, clang++-15)
The run was canceled by @philippeVerney.
|
ubuntu-22-java11-with-fesapi (clang 15, clang-15, clang-15, clang++-15)
The operation was canceled.
|
Build wheels on macos-14
openssl@3 3.3.2 is already installed and up-to-date.
To reinstall 3.3.2, run:
brew reinstall openssl@3
|