#11351: make flintqs-20070817 spkg build with -m64 rather than -march=opteron
------------------------+---------------------------------------------------
   Reporter:  mariah    |          Owner:  Mariah Lenox
       Type:  defect    |         Status:  new         
   Priority:  major     |      Milestone:  sage-4.7.1  
  Component:  packages  |       Keywords:              
Work_issues:            |       Upstream:  N/A         
   Reviewer:            |         Author:              
     Merged:            |   Dependencies:              
------------------------+---------------------------------------------------
 sage-4.7.rc2 built on an opteron system [skynet:flavius
 (x86_64-Linux-k8-fc)] with SAGE_FAT_BINARY="yes", and then moved to
 another
 x86_64-Linux system will fail with a segmentation fault on the
 following code:

 {{{
 set_random_seed(0)
 p = next_prime(randrange(2^96))
 q = next_prime(randrange(2^97))
 n = p * q
 qsieve(n)
 }}}

 'qsieve' is from the flintqs-20070817 spkg, which by default builds
 with -march=opteron on ''all'' x86_64 systems (''and'' in 32-bit mode).

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11351>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica, 
and MATLAB

-- 
You received this message because you are subscribed to the Google Groups 
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/sage-trac?hl=en.

Reply via email to