Skip to content

Let's try auditwheel to repair dependencies #110

Let's try auditwheel to repair dependencies

Let's try auditwheel to repair dependencies #110

Triggered via push July 18, 2024 23:16
Status Failure
Total duration 17h 36m 19s
Artifacts
Matrix: build_wheels
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 warning
Build wheels on ubuntu-20.04
Command ['sh', '-c', 'wget https://ftp.gnu.org/gnu/gmp/gmp-6.3.0.tar.xz && tar xf gmp-6.3.0.tar.xz && cd gmp-6.3.0 && ./configure --enable-static -enable-cxx --enable-shared && make -j8 && make install && cd .. git clone https://github.com/meelgroup/cadical.git && cd cadical && git checkout add_dynamic_lib && CXXFLAGS=-fPIC ./configure && make -j4 && cd .. && git clone https://github.com/meelgroup/cadiback.git && cd cadiback && git checkout mate && ./configure && make -j4 && make install && cd ..\n'] failed with code 127.
Build wheels on ubuntu-20.04
Process completed with exit code 1.
Build wheels on macos-13
The job was canceled because "ubuntu-20_04" failed.
Build wheels on macos-13
The operation was canceled.
Build wheels on ubuntu-20.04
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/