6 | | OK, will do |
| 6 | OK, I did that. What happens is that the third patch, the one on this ticket, fails to apply properly (which I had not noticed before). I get sage/libs/pari/gen.pyx.rej: |
| 7 | {{{ |
| 8 | --- gen.pyx |
| 9 | +++ gen.pyx |
| 10 | @@ -7012,7 +7012,7 @@ |
| 11 | def idealappr(self, x, long flag=0): |
| 12 | t0GEN(x) |
| 13 | pari_catch_sig_on() |
| 14 | - return self.new_gen(idealappr(self.g, t0)) |
| 15 | + return self.new_gen(idealappr0(self.g, t0, flag)) |
| 16 | |
| 17 | def idealcoprime(self, x, y): |
| 18 | }}} |
| 19 | -- could this be because I am using 5.12.beta4 and not beta5 or later? I am now in a position to build a newer version on this 32-bit machine if needed. |