Skip to content

Commit

Permalink
removed python 2.7 builds from manylinux wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
sanurielf committed Mar 27, 2021
1 parent 34c03eb commit afadffc
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build_publish_linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish Manylinux

on:
push:
tags:
- '*'
release:
types: [ prereleased, released ]

Expand Down Expand Up @@ -40,16 +43,16 @@ jobs:
- name: Build manylinux1 Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux1_x86_64
with:
pre-build-command: 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/; sh .github/workflows/build_osqp_linux.sh'
python-versions: 'cp27-cp27m cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
pre-build-command: 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/ && ls && sh .github/workflows/build_osqp_linux.sh'
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
build-requirements: ''
system-packages: 'openblas-devel fftw-devel glpk-devel gsl-devel suitesparse-devel'

- name: Build manylinux2010 Python wheels
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2010_x86_64
with:
pre-build-command: 'export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib/'
python-versions: 'cp27-cp27m cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
python-versions: 'cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
build-requirements: ''
system-packages: 'openblas-devel fftw-devel glpk-devel gsl-devel suitesparse-devel'

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/build_publish_macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Publish MacOS

on:
push:
tags:
- '*'
release:
types: [ prereleased, released ]

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_publish_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
SUITESPARSE_VERSION: 5.9.0
SUITESPARSE_SHA256: 7bdd4811f1cf0767c5fdb5e435817fdadee50b0acdb598f4882ae7b8291a7f24
OPENBLAS_VERSION: 0.3.10
GLPK_VERSION: 5.0
GLPK_VERSION: "5.0"
GLPK_SHA256: 4a1013eebb50f728fc601bdd833b0b2870333c3b3e5a816eeba921d95bec6f15
OSQP_VERSION: 0.6.2

Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
install: coreutils unzip
install: coreutils unzip git

- name: Install dependencies
run: |
Expand Down

0 comments on commit afadffc

Please sign in to comment.