Wheels #198
wheels.yml
on: workflow_dispatch
Matrix: build_wheels
Build SDist
5s
Upload wheels
0s
Annotations
12 errors and 10 warnings
ubuntu-latest x86_64 - cp*-musllinux*
Command ['sh', '-c', 'python3 -m pip install cmake &&\nyum install -y libXt-devel libXmu-devel mesa-libGL-devel libxkbcommon-devel fontconfig-devel libcurl-devel || apt-get install -y libxt-dev libxmu-dev libgl1-mesa-dev libxkbcommon-dev libfontconfig1-dev libcurl-dev || apk add libxt-dev libxmu-dev mesa-dev libxkbcommon-dev fontconfig-dev curl-dev &&\ngit clone https://github.com/apache/xerces-c "/project/xerces-c_source" && cd "/project/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/project/xerces-c_build" && cd "/project/xerces-c_build" && cmake -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/project/xerces-c_source" && make -j8 && make install &&\necho -e "\\n\\n\\nThis software contains parts of Qt5 licensed under GPL-2.0, GPL-3.0 and LGPL-3.0. \\nLicense information and source code are available at: https://github.com/qt/qt5 \\nFor information on how Qt5 was built please see: https://github.com/HaarigerHarald/geant4_pybind/blob/main/.github/workflows/wheels.yml \\n\\n" >> "/project/EXTRA_LICENSES" && git clone -b v5.14.2 --depth 1 https://github.com/qt/qt5 "/project/qt5" && cd "/project/qt5" && git submodule update --init --recursive --depth 1 qt3d qtbase && sed -i \'48 i # include <limits>\' "/project/qt5/qtbase/src/corelib/global/qglobal.h" && echo "QMAKE_LIBS_EXECINFO = -lexecinfo" >> "/project/qt5/qtbase/mkspecs/common/gcc-base.conf" && ./configure -opensource -confirm-license -release -qt-zlib -qt-libjpeg -qt-libpng -fontconfig -system-freetype -no-harfbuzz -qt-xcb -qt-pcre -skip qtwebengine -no-feature-sqlmodel -skip qtconnectivity -skip qtdoc -nomake examples -nomake tools -nomake tests -static && make -j8 && make install && echo -e "\\nqt5_import_plugins(geant4_pybind \\n INCLUDE Qt5::QXcbIntegrationPlugin Qt5::QMinimalIntegrationPlugin Qt5::QLinuxFbIntegrationPlugin \\n INCLUDE_BY_TYPE imageformats Qt5::QPngPlugin Qt5::QGifPlugin Qt5::QJpegPlugin \\n EXCLUDE_BY_TYPE sqldrivers \\n)" >> "/project/source/CMakeLists.txt" &&\ngit clone -b v11.3.0 --depth 1 https://github.com/Geant4/geant4 "/project/geant4_source" && mkdir "/project/geant4_build" && cd "/project/geant4_build" && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DGEANT4_INSTALL_EXAMPLES=OFF -DGEANT4_USE_SYSTEM_EXPAT=OFF -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_TLS_MODEL=global-dynamic -DGEANT4_USE_QT=ON "/project/geant4_source" && make -j8 && make install\n'] failed with code 2.
|
ubuntu-latest x86_64 - cp*-musllinux*
Process completed with exit code 1.
|
ubuntu-latest x86_64 - cp*-manylinux*
Command ['sh', '-c', 'python3 -m pip install cmake &&\nyum install -y libXt-devel libXmu-devel mesa-libGL-devel libxkbcommon-devel fontconfig-devel libcurl-devel || apt-get install -y libxt-dev libxmu-dev libgl1-mesa-dev libxkbcommon-dev libfontconfig1-dev libcurl-dev || apk add libxt-dev libxmu-dev mesa-dev libxkbcommon-dev fontconfig-dev curl-dev &&\ngit clone https://github.com/apache/xerces-c "/project/xerces-c_source" && cd "/project/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/project/xerces-c_build" && cd "/project/xerces-c_build" && cmake -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/project/xerces-c_source" && make -j8 && make install &&\necho -e "\\n\\n\\nThis software contains parts of Qt5 licensed under GPL-2.0, GPL-3.0 and LGPL-3.0. \\nLicense information and source code are available at: https://github.com/qt/qt5 \\nFor information on how Qt5 was built please see: https://github.com/HaarigerHarald/geant4_pybind/blob/main/.github/workflows/wheels.yml \\n\\n" >> "/project/EXTRA_LICENSES" && git clone -b v5.14.2 --depth 1 https://github.com/qt/qt5 "/project/qt5" && cd "/project/qt5" && git submodule update --init --recursive --depth 1 qt3d qtbase && sed -i \'48 i # include <limits>\' "/project/qt5/qtbase/src/corelib/global/qglobal.h" && ./configure -opensource -confirm-license -release -qt-zlib -qt-libjpeg -qt-libpng -fontconfig -system-freetype -no-harfbuzz -qt-xcb -qt-pcre -skip qtwebengine -no-feature-sqlmodel -skip qtconnectivity -skip qtdoc -nomake examples -nomake tools -nomake tests -static && make -j8 && make install && echo -e "\\nqt5_import_plugins(geant4_pybind \\n INCLUDE Qt5::QXcbIntegrationPlugin Qt5::QMinimalIntegrationPlugin Qt5::QLinuxFbIntegrationPlugin \\n INCLUDE_BY_TYPE imageformats Qt5::QPngPlugin Qt5::QGifPlugin Qt5::QJpegPlugin \\n EXCLUDE_BY_TYPE sqldrivers \\n)" >> "/project/source/CMakeLists.txt" &&\ngit clone -b v11.3.0 --depth 1 https://github.com/Geant4/geant4 "/project/geant4_source" && mkdir "/project/geant4_build" && cd "/project/geant4_build" && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DGEANT4_INSTALL_EXAMPLES=OFF -DGEANT4_USE_SYSTEM_EXPAT=OFF -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_TLS_MODEL=global-dynamic -DGEANT4_USE_QT=ON "/project/geant4_source" && make -j8 && make install\n'] failed with code 1.
|
ubuntu-latest x86_64 - cp*-manylinux*
Process completed with exit code 1.
|
macos-latest x86_64 - pp*
Command brew install cmake && git clone https://github.com/apache/xerces-c "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && make -j8 && sudo make install &&
|
macos-latest x86_64 - pp*
Process completed with exit code 1.
|
ubuntu-latest x86_64 - pp*-manylinux*
Command ['sh', '-c', 'python3 -m pip install cmake &&\nyum install -y libXt-devel libXmu-devel mesa-libGL-devel libxkbcommon-devel fontconfig-devel libcurl-devel || apt-get install -y libxt-dev libxmu-dev libgl1-mesa-dev libxkbcommon-dev libfontconfig1-dev libcurl-dev || apk add libxt-dev libxmu-dev mesa-dev libxkbcommon-dev fontconfig-dev curl-dev &&\ngit clone https://github.com/apache/xerces-c "/project/xerces-c_source" && cd "/project/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/project/xerces-c_build" && cd "/project/xerces-c_build" && cmake -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/project/xerces-c_source" && make -j8 && make install &&\necho -e "\\n\\n\\nThis software contains parts of Qt5 licensed under GPL-2.0, GPL-3.0 and LGPL-3.0. \\nLicense information and source code are available at: https://github.com/qt/qt5 \\nFor information on how Qt5 was built please see: https://github.com/HaarigerHarald/geant4_pybind/blob/main/.github/workflows/wheels.yml \\n\\n" >> "/project/EXTRA_LICENSES" && git clone -b v5.14.2 --depth 1 https://github.com/qt/qt5 "/project/qt5" && cd "/project/qt5" && git submodule update --init --recursive --depth 1 qt3d qtbase && sed -i \'48 i # include <limits>\' "/project/qt5/qtbase/src/corelib/global/qglobal.h" && ./configure -opensource -confirm-license -release -qt-zlib -qt-libjpeg -qt-libpng -fontconfig -system-freetype -no-harfbuzz -qt-xcb -qt-pcre -skip qtwebengine -no-feature-sqlmodel -skip qtconnectivity -skip qtdoc -nomake examples -nomake tools -nomake tests -static && make -j8 && make install && echo -e "\\nqt5_import_plugins(geant4_pybind \\n INCLUDE Qt5::QXcbIntegrationPlugin Qt5::QMinimalIntegrationPlugin Qt5::QLinuxFbIntegrationPlugin \\n INCLUDE_BY_TYPE imageformats Qt5::QPngPlugin Qt5::QGifPlugin Qt5::QJpegPlugin \\n EXCLUDE_BY_TYPE sqldrivers \\n)" >> "/project/source/CMakeLists.txt" &&\ngit clone -b v11.3.0 --depth 1 https://github.com/Geant4/geant4 "/project/geant4_source" && mkdir "/project/geant4_build" && cd "/project/geant4_build" && cmake -DCMAKE_BUILD_TYPE=Release -DBUILD_STATIC_LIBS=ON -DBUILD_SHARED_LIBS=OFF -DGEANT4_INSTALL_EXAMPLES=OFF -DGEANT4_USE_SYSTEM_EXPAT=OFF -DGEANT4_USE_GDML=ON -DGEANT4_BUILD_TLS_MODEL=global-dynamic -DGEANT4_USE_QT=ON "/project/geant4_source" && make -j8 && make install\n'] failed with code 1.
|
ubuntu-latest x86_64 - pp*-manylinux*
Process completed with exit code 1.
|
macos-latest x86_64 - cp*
Command brew install cmake && git clone https://github.com/apache/xerces-c "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cmake -DCMAKE_OSX_ARCHITECTURES=x86_64 -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && make -j8 && sudo make install &&
|
macos-latest x86_64 - cp*
Process completed with exit code 1.
|
macos-latest arm64 - cp*
Command brew install cmake && git clone https://github.com/apache/xerces-c "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && git checkout 53c0401812bfe5523594c1180f5ac7c758a2eaf7 && mkdir "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cd "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_build" && cmake -DCMAKE_OSX_ARCHITECTURES=arm64 -Dnetwork-accessor=curl -Dtranscoder=iconv -DBUILD_SHARED_LIBS=OFF "/Users/runner/work/geant4_pybind/geant4_pybind/xerces-c_source" && make -j8 && sudo make install &&
|
macos-latest arm64 - cp*
Process completed with exit code 1.
|
Build SDist
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
macos-latest x86_64 - pp*
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
|
macos-latest x86_64 - pp*
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
macos-latest x86_64 - pp*
cmake 3.31.2 is already installed and up-to-date.
To reinstall 3.31.2, run:
brew reinstall cmake
|
ubuntu-latest x86_64 - pp*-manylinux*
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
|
macos-latest x86_64 - cp*
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
macos-latest x86_64 - cp*
cmake 3.31.2 is already installed and up-to-date.
To reinstall 3.31.2, run:
brew reinstall cmake
|
macos-latest arm64 - cp*
Treating cmake as a formula. For the cask, use homebrew/cask/cmake or specify the `--cask` flag. To silence this message, use the `--formula` flag.
|
macos-latest arm64 - cp*
cmake 3.31.2 is already installed and up-to-date.
To reinstall 3.31.2, run:
brew reinstall cmake
|
windows-latest AMD64 - pp*
PyPy builds will be disabled by default in version 3. Enabling PyPy builds should be specified by enable
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
sdist
|
435 KB |
|
wheels-windows-latest-0
|
105 MB |
|
wheels-windows-latest-1
|
59.6 MB |
|