sage.rings.fast_arith: Remove compile-time dependency on cypari2
Closed this issue · 33 comments
Author: Jonathan Kliem
Dependencies: 30022
Branch: public/32441
Branch pushed to git repo; I updated commit sha1. New commits:
cbfec03 | fix function signatures |
wrong ticket?
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
Also I think commit a8a9437 needs to be dropped
Replying to @mkoeppe:
Also I think commit a8a9437 needs to be dropped
This was on purpose. I accidently already commit fast_arith.pyx. But this is mostly to avoid merge conflicts in convert_sage.pyx, because both tickets append to that file. This will not work.
Changed branch from public/32441 to public/32441-reb
New commits:
08084b3 | sage.libs.pari.convert_sage: Move set_integer_from_gen here from sage.rings.integer (set_from_pari_gen) |
9986723 | remove compile time dependency of Integer and Rational on cypari2 |
c08a8b5 | remove compile-time dependency on flint from integer |
88d91ba | use try ... except ... else |
b4477da | fixed indent |
6ae2006 | Merge branch 'develop' of git://trac.sagemath.org/sage into public/32441-reb |
1aa8cd1 | pull in from #30022 to avoid merge conflict |
05bb421 | remove pari compile time dependency from rings.fast_arith |
Branch pushed to git repo; I updated commit sha1. New commits:
0087de5 | fix function signatures |
9.5.beta1 is out... rebase?
Branch pushed to git repo; I updated commit sha1. New commits:
1c11285 | Merge branch 'public/32441-reb' of git://trac.sagemath.org/sage into public/32441-reb2 |
Reviewer: Matthias Koeppe
Thank you.
Changed branch from public/32441-reb to 41df930