Skip to content

Build wheels

Build wheels #108

Manually triggered November 29, 2024 08:28
Status Failure
Total duration 6m 57s
Artifacts

build-wheels.yml

on: workflow_dispatch
Fit to window
Zoom out
Zoom in

Annotations

2 errors
Build wheels
Command ['sh', '-c', '. /etc/profile &&\ndnf -y update &&\ndnf install -y dnf-plugins-core &&\ndnf install -y epel-release &&\n/usr/bin/crb enable &&\ndnf -y update &&\ndnf -y install boost-devel boost-program-options cmake hdf5-devel hdf5-mpich-devel make mpich-devel openblas-devel pugixml-devel spdlog-devel &&\nmodule load mpi/mpich-$(arch) &&\npython -m pip -v install fenics-basix>=0.10.0.dev0 fenics-ffcx fenics-ufl &&\npython -m pip -v install mpi4py -i https://pypi.anaconda.org/mpi4py/simple &&\npip -v install scikit-build-core[pyproject] nanobind &&\n/usr/bin/cmake -S dolfinx/cpp -B build-dir -DPython3_EXECUTABLE=$(which python) -DHDF5_C_INCLUDE_DIR=/usr/include/mpich-$(arch) -DHDF5_C_LIBRARIES=/usr/lib64/mpich/lib &&\n/usr/bin/cmake --build build-dir &&\n/usr/bin/cmake --install build-dir\n'] failed with code 1.
Build wheels
Process completed with exit code 1.