Skip to content

Commit

Permalink
qeum 3.0->3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
multiphaseCFD committed Nov 28, 2024
1 parent 680fc77 commit bcc6e49
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/wheel_linux_aarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Configure pyproject.toml file
run: PL_BACKEND="${{ matrix.pl_backend }}" python3.10 scripts/configure_pyproject_toml.py

- uses: docker/setup-qemu-action@v3
- uses: docker/setup-qemu-action@v3.2.0
name: Set up QEMU

- name: Build wheels
Expand All @@ -152,15 +152,9 @@ jobs:
# Python build settings
CIBW_BEFORE_BUILD: |
cat /etc/yum.conf | sed "s/\[main\]/\[main\]\ntimeout=5/g" > /etc/yum.conf
dnf clean all -y
dnf install gcc-toolset-13 dnf-utils -y
source /opt/rh/gcc-toolset-13/enable -y
python -m pip install ninja==1.11.1.1 cmake~=3.27.0
CIBW_ENVIRONMENT: |
PATH=/opt/rh/gcc-toolset-13/root/usr/bin:$PATH \
LD_LIBRARY_PATH=/opt/rh/gcc-toolset-13/root/usr/lib64:/opt/rh/gcc-toolset-13/root/usr/lib:/opt/rh/gcc-toolset-13/root/usr/lib64/dyninst:/opt/rh/gcc-toolset-13/root/usr/lib/dyninst:$LD_LIBRARY_PATH \
PKG_CONFIG_PATH=/opt/rh/gcc-toolset-13/root/usr/lib64/pkgconfig:$PKG_CONFIG_PATH \
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Release"
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_28
Expand Down

0 comments on commit bcc6e49

Please sign in to comment.