Skip to content

Commit

Permalink
Ensure the python versions targetted in the CI translate to CIBW
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Finnie committed Aug 3, 2024
1 parent f57b052 commit 64af40e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ jobs:

- name: Build wheels
run: python -m cibuildwheel --output-dir wheelhouse
#env:
# CIBW_SKIP: win32
env:
CIBW_BUILD: ${{ matrix.python[0] }}-${{ matrix.buildplat[1] }}*
CIBW_ARCHS: ${{ matrix.buildplat[2] }}

- uses: actions/upload-artifact@v4
with:
Expand Down
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,11 @@ before-all = """
#pip install --prefer-binary scipy>=1.10.1
# Note we can't just use the version from yum as it doesn't have a pkgconfig
git clone https://github.com/OpenMathLib/OpenBLAS.git
cd OpenBLAS
make -j8
make PREFIX=/usr/local/OpenBLAS install
export PKG_CONFIG_PATH=/usr/local/OpenBLAS/lib/pkgconfig
#git clone https://github.com/OpenMathLib/OpenBLAS.git
#cd OpenBLAS
#make -j8
#make PREFIX=/usr/local/OpenBLAS install
#export PKG_CONFIG_PATH=/usr/local/OpenBLAS/lib/pkgconfig
"""
#
# "yum -y update && yum -y install pkgconfig openblas-devel openblas"
Expand Down

0 comments on commit 64af40e

Please sign in to comment.