diff options
author | Andrew W Elble <aweits@rit.edu> | 2020-07-24 11:46:56 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-24 17:46:56 +0200 |
commit | 99c46e818629b18f06ac0bc3cde5aa4f7c5c897f (patch) | |
tree | eb4a5b92062c0e988dcfac49908e59d37702666a /.readthedocs.yml | |
parent | 30d0347825b7e90652debebc4453d807ea1934c0 (diff) | |
download | spack-99c46e818629b18f06ac0bc3cde5aa4f7c5c897f.tar.gz spack-99c46e818629b18f06ac0bc3cde5aa4f7c5c897f.tar.bz2 spack-99c46e818629b18f06ac0bc3cde5aa4f7c5c897f.tar.xz spack-99c46e818629b18f06ac0bc3cde5aa4f7c5c897f.zip |
py-astropy: force re-cythonization of distributed .pyx files (#17567)
astropy 3.2.1 fails to build with python 3.8.3 with
errors similar to this:
astropy/stats/_stats.c:318:11: error: too many arguments to function 'PyCode_New'
PyCode_New(a, 0, k, l, s, f, code, c, n, v, fv, cell, fn, name, fline, lnos)
These are files that are generated by cython, but are included in the
tarball. Since there's apparently been an API change to PyCode_New, they will
need to be re-cythonized to compile correctly.
Diffstat (limited to '.readthedocs.yml')
0 files changed, 0 insertions, 0 deletions