swiglpk icon indicating copy to clipboard operation
swiglpk copied to clipboard

Respect --skip-build flag in setup.py

Open hoodmane opened this issue 3 years ago • 1 comments

python setup.py bdist-wheel --skip-build is supposed to skip building the package. We need this in Pyodide https://github.com/pyodide/pyodide/pull/2027 because of the way our cross compilation works. I'm actually not sure why this isn't causing trouble for us on our main branch,

hoodmane avatar Dec 10 '21 15:12 hoodmane

@hoodmane thank you for the change suggestion. Could you rebase your work onto the latest state on the master branch, please? I don't see an issue with introducing this code otherwise. Just want the tests to pass.

Midnighter avatar Jan 20 '22 11:01 Midnighter