On Friday, July 27, 2012 10:33:55 AM UTC-4, Jean-Pierre Flori wrote: > > > > On Friday, July 27, 2012 4:15:10 PM UTC+2, kcrisman wrote: >> >> Tada! >>>> >>> >>> >> Wow! And it computes? The 1+1 in Ipython would be an int, after all; is >> 1/2 = 0 or 1/2? >> >> > I was able to compute the cardinality on an elliptic curve over F_2003 and > over F_p where p was next_prime(2^100) which should use PARI. > I kind of afraid of what a make ptestlong could output. > > About the NTL stuff, it might be solved by using the stuff provided by NTL > itself rather than what we do in the spkg. > NTL uses libtool for shared library, and I get no problem in Cygwin with > that (or just little problems). >
Cygwin is a very special case - people would not ordinarily be building from scratch - so we can ask for additional prereqs in that case anyway. Please please please start opening tickets for the things that you discovered (I am glad you did everything at http://trac.sagemath.org/sage_trac/wiki/CygwinPort too) so we can actually get some of them merged in Sage as spkgs etc. I will not be able to test them immediately but even solving half of them would be fantastic. Also, did your Python build have any problems? I not only often had to rebase, but also there were some "bits" that never built - mostly harmless, but sage-gdb didn't work, which was bad. See earlier on the Cygwin port page :) -- -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
