#11351: make flintqs-20070817 spkg build with -m64 rather than -march=opteron
-------------------------------------+--------------------------------------
    Reporter:  mariah                |         Owner:  Mariah Lenox     
        Type:  defect                |        Status:  closed           
    Priority:  major                 |     Milestone:  sage-4.7.2       
   Component:  packages              |    Resolution:  fixed            
    Keywords:  sd32 quadratic sieve  |   Work_issues:                   
    Upstream:  N/A                   |      Reviewer:  Martin Albrecht  
      Author:  Mariah Lenox          |        Merged:  sage-4.7.2.alpha3
Dependencies:                        |  
-------------------------------------+--------------------------------------

Old description:

> 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).
>
> ----
>
> New spkg: [attachment:flintqs-20070817.p6.spkg]

New description:

 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).

 ----

 New spkg:
 http://sage.math.washington.edu/home/leif/Sage/spkgs/flintqs-20070817.p6.spkg

--

Comment(by leif):

 Had to fix invalid changelog entry headings and file permissions.

 Corrected spkg at new location.

-- 
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/11351#comment:11>
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