Skip to content

Commit

Permalink
Compatibility issue when building aarch64 wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Dec 13, 2024
1 parent 758ddd5 commit 8edd25c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
mkdir -p /root/wheelhouse $src/linux-wheels && \
sed -i "/if basename(fn) not in needed_libs:/s/basename.*libs/1/" /opt/_internal/pipx/venvs/auditwheel/lib/python*/site-packages/auditwheel/wheel_abi.py && \
sed -i "/if src_path is None/a\ continue" /opt/_internal/pipx/venvs/auditwheel/lib/python*/site-packages/auditwheel/repair.py && \
sed -i "s/numpy/h5py==3.10/" $src/pyproject.toml && \
export PATH=/opt/python/cp39-cp39/bin:$PATH && \
/opt/python/cp39-cp39/bin/pip wheel -v --no-deps --no-clean -w /root/wheelhouse $src && \
export whl=`ls /root/wheelhouse/pyscf_forge-*-linux_*.whl` && \
Expand Down

0 comments on commit 8edd25c

Please sign in to comment.