Changes between Version 1 and Version 2 of Ticket #30534
- Timestamp:
- Sep 13, 2020, 3:11:50 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30534 – Description
v1 v2 8 8 - [https://github.com/pynac/pynac Pynac repo] 9 9 10 It would make sense for `src/sage/libs/pynac/pynac.pxd` and `pynac_wrap.h` to be shipped with this Python package, introducing a dependency on Cython. (The only thing blocking this is `from sage.libs.gmp.types cimport mpz_t, mpq_t, mpz_ptr, mpq_ptr` - but that can be fixed by some minimal cut&paste.) 11 12 (The other parts of `src/sage/libs/pynac`, `constant.pxd`, `constant.pyx`, `pynac.pyx` use various imports from sage and must remain in `sage.libs.pynac`) 13