Skip to content

Commit

Permalink
meson 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ameli committed Dec 7, 2023
1 parent 3e020b8 commit b9b0751
Showing 1 changed file with 15 additions and 14 deletions.
29 changes: 15 additions & 14 deletions .github/workflows/deploy-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,20 +140,21 @@ jobs:
output-dir: wheelhouse

# This does not work, the compilation takes several hours, then fails, even without enabling cuda.
# - name: Build wheels in linux (AARCH64)
# if: matrix.os == 'ubuntu-latest'
# uses: pypa/[email protected]
# env:
# # CIBW_MANYLINUX_X86_64_IMAGE: sameli/manylinux2014_x86_64_cuda_12.2
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
# # CIBW_BEFORE_ALL_LINUX: chmod +x .github/scripts/install_cuda.sh && .github/scripts/install_cuda.sh
# CIBW_ARCHS_LINUX: "aarch64"
# CIBW_BUILD: "*-manylinux_aarch64"
# CIBW_SKIP: "pp* cp36-* cp37-* cp38-*"
# CIBW_BUILD_VERBOSITY: 1
# CIBW_BEFORE_BUILD_LINUX: yum update; yum install gcc-gfortran openblas-devel.x86_64 lapack-devel.x86_64 -y; python -m pip install --upgrade pip; python -m pip install --upgrade numpy
# with:
# output-dir: wheelhouse
- name: Build wheels in linux (AARCH64)
if: matrix.os == 'ubuntu-latest'
uses: pypa/[email protected]
env:
# CIBW_MANYLINUX_X86_64_IMAGE: sameli/manylinux2014_x86_64_cuda_12.2
# CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
# CIBW_BEFORE_ALL_LINUX: chmod +x .github/scripts/install_cuda.sh && .github/scripts/install_cuda.sh
CIBW_ARCHS_LINUX: "aarch64"
CIBW_BUILD: "*-manylinux_aarch64"
CIBW_SKIP: "pp* cp36-* cp37-* cp38-*"
CIBW_BUILD_VERBOSITY: 1
# CIBW_BEFORE_BUILD_LINUX: yum update; yum install gcc-gfortran openblas-devel.x86_64 lapack-devel.x86_64 -y; python -m pip install --upgrade pip; python -m pip install --upgrade numpy
with:
output-dir: wheelhouse

- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit b9b0751

Please sign in to comment.