sagemath / cysignals

cysignals: interrupt and signal handling for Cython. Source repository for https://pypi.org/project/cysignals/
GNU Lesser General Public License v3.0
44 stars 23 forks source link

More fixes to pip install -e . #141

Closed embray closed 3 years ago

embray commented 3 years ago

I thought I had this fixed in 1.10.3 but it's still very dependent on the state of your source checkout and whether or not you already ran configure. From a clean checkout it wasn't working.

This implements my suggestion from a while back of adding a separate configure command for setup.py, and ensures that it's run at all the setup.py stages where its output is necessary.