On Oct 27, 4:54 pm, cwitty <[EMAIL PROTECTED]> wrote:
> You can download SAGE 2.8.10.alpha1 
> fromhttp://sage.math.washington.edu/home/cwitty/2.8.10/sage-2.8.10.alpha1...
> .
>
> This contains even more patches from TRAC, plus a slightly patched
> version of Robert's Cython.
>
> You have a little more time to get changes into 2.8.10; I plan to
> build 2.8.10.rc1 tomorrow morning, US/Pacific time, with a release
> hopefully tomorrow evening.

Unfortunately, there was a major bug in alpha1.  Since I'm still
planning to create rc1 in the morning, I'm not going to bother
building an alpha2 release tonight.  People who want to test alpha1
will need to apply the following patch:

diff -r d4738c3fac06 sage/libs/pari/gen.pyx
--- a/sage/libs/pari/gen.pyx    Sat Oct 27 14:48:54 2007 -0700
+++ b/sage/libs/pari/gen.pyx    Sat Oct 27 23:02:59 2007 -0700
@@ -6269,7 +6269,8 @@ cdef class PariInstance(sage.structure.p
 # Used in integer factorization -- must be done
 # after the pari_instance creation above:

-cdef GEN ten_to_15 = P.new_gen(gp_read_str('1000000000000000')).g
+cdef gen _tmp = P.new_gen(gp_read_str('1000000000000000'))
+cdef GEN ten_to_15 = _tmp.g

 ##############################################

and run "sage -b".  (2.8.10.alpha1 has been tested on 32-bit and 64-
bit x86 linux; testing on other architectures or operating systems
would be greatly appreciated.)

Carl Witty


--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://sage.scipy.org/sage/ and http://modular.math.washington.edu/sage/
-~----------~----~----~----~------~----~------~--~---

Reply via email to