SINTEF / Splipy

Spline modelling made easy.
GNU General Public License v3.0
100 stars 18 forks source link

Cython build error in ext_modules #155

Closed VikingScientist closed 2 years ago

VikingScientist commented 2 years ago

153 introduced a build bug where I cannot build basis_eval.pyx anymore.

$ python setup.py build_ext --inplace
running build_ext
error: each element of 'ext_modules' option must be an Extension instance or 2-tuple

Reverting setup.py to before the pull request gives no errors.

TheBB commented 2 years ago

I can't reproduce this... and I barely touched setup.py other than to change the condition on numpy, so not sure what is going on here.

Can you try upgrading, or at least check the version of Cython? I have 0.29.28.

VikingScientist commented 2 years ago

Nevermind. This is me messing up with some really old version when I thought that I had rebased on master