#5847: Update GMP-ECM to 6.3
------------------------------------------------------------+---------------
    Reporter:  mabshoff                                     |         Owner:  
leif                                                         
        Type:  enhancement                                  |        Status:  
closed                                                       
    Priority:  major                                        |     Milestone:  
sage-4.7.2                                                   
   Component:  packages                                     |    Resolution:  
fixed                                                        
    Keywords:  sd32 MPIR elliptic curves libecm ecm spkg    |   Work_issues:    
                                                           
    Upstream:  N/A                                          |      Reviewer:  
Leif Leonhardy, Dima Pasechnik, Mariah Lenox, Maarten Derickx
      Author:  Mike Hansen, Leif Leonhardy, Jeroen Demeyer  |        Merged:  
sage-4.7.2.alpha3                                            
Dependencies:                                               |  
------------------------------------------------------------+---------------

Old description:

> {{{
> Changes between ecm-6.2.3 and ecm-6.3:
> * New assembly code for 64-bit PowerPC (thanks to Philip McLaughlin)
> * Allow several processes to write to the same -save file
> * More routines in new P+-1 stage 2 use multi-threading in OpenMP build
> * Fixed incompatibility with GMP 5.0.0
> * Fixed several bugs, and now check return value from malloc() calls
> * Fixed linking of GMP which prevented successful builds under Darwin
>   (and presumably other systems)
> * Allow use of x86_64 asm code under MinGW
>
> Changes between ecm-6.2.2 and ecm-6.2.3:
> * Fixed incompatibility with GMP 4.3.0 when testing version in configure
> * SSE2 asm code for Visual C added in stage 2 NTT code
> * Small improvement to x86_64 mulredc asm code, slight speedup on Core 2
> * Fixed incorrect carry propagation in subquadratic REDC code which
>   could lead to incorrect arithmetic in rare cases
> * Fixed memory leak with -v parameter when factor was found in ECM stage
> 1
> * Fixed bug which caused only one ECM curve to be run in spite of -c
>   parameter if input line did not end in newline
> * Assembler mulredc code enabled by default on x86_64
>
> Changes between ecm-6.2.1 and ecm-6.2.2:
> * Updated build project files for Visual C by Brian Gladman, also adds
> missing NTT_GFP_TWIDDLE_DI[FT]_BREAKOVER defines in VC parameter file
> * Fixed uninitialised parameter to P-1 probability computation
> * In tune.c : fixed generation of NTT_GFP_TWIDDLE_DI[FT]_BREAKOVER
> values,
> avoid calling cputime() excessively often when timing short functions,
> fixed access to uninitialised memory
> * Fixed serious split infinitive in configure script (thanks Paul
> Leyland)
> * Removed unnecessary carry propagation in x86_64 mulredc code, slight
> speedup (thanks Philip McLaughlin)
> * Fixed non-portable PIC code in x86_64/redc.asm
> * Fixed problem with pattern matching host type names in configure.in
> * Converted binary constants in spv.c and ntt_gfp.c to hexadecimal,
> some assembler do not support binary constants
> }}}
>
> ----
>
> '''New spkg:''' [http://spkg-upload.googlecode.com/files/ecm-6.3.p2.spkg]
>
> '''md5sum:''' `8246ca74be1ee07b312a84d2a88d9142  ecm-6.3.p2.spkg`
>
> [[BR]]
>
> Apply [attachment:trac_5847-module_list-fix_execstack-sagelib-
> rebased_to_4.7.1.alpha4.patch] '''to the Sage library'''.
>
> (Should be applied ''after'' installing the new spkg.)
>
> '''Note that this patch is only required (i.e., mandatory) on some Fedora
> and potentially other SELinux-enabled systems''', and apparently only in
> conjunction with more recent versions of GCC (>= 4.6).
>
> I.e., you should be able to use the new GMP-ECM spkg on other systems
> without installing any patches or other spkgs.

New description:

 {{{
 Changes between ecm-6.2.3 and ecm-6.3:
 * New assembly code for 64-bit PowerPC (thanks to Philip McLaughlin)
 * Allow several processes to write to the same -save file
 * More routines in new P+-1 stage 2 use multi-threading in OpenMP build
 * Fixed incompatibility with GMP 5.0.0
 * Fixed several bugs, and now check return value from malloc() calls
 * Fixed linking of GMP which prevented successful builds under Darwin
   (and presumably other systems)
 * Allow use of x86_64 asm code under MinGW

 Changes between ecm-6.2.2 and ecm-6.2.3:
 * Fixed incompatibility with GMP 4.3.0 when testing version in configure
 * SSE2 asm code for Visual C added in stage 2 NTT code
 * Small improvement to x86_64 mulredc asm code, slight speedup on Core 2
 * Fixed incorrect carry propagation in subquadratic REDC code which
   could lead to incorrect arithmetic in rare cases
 * Fixed memory leak with -v parameter when factor was found in ECM stage 1
 * Fixed bug which caused only one ECM curve to be run in spite of -c
   parameter if input line did not end in newline
 * Assembler mulredc code enabled by default on x86_64

 Changes between ecm-6.2.1 and ecm-6.2.2:
 * Updated build project files for Visual C by Brian Gladman, also adds
 missing NTT_GFP_TWIDDLE_DI[FT]_BREAKOVER defines in VC parameter file
 * Fixed uninitialised parameter to P-1 probability computation
 * In tune.c : fixed generation of NTT_GFP_TWIDDLE_DI[FT]_BREAKOVER values,
 avoid calling cputime() excessively often when timing short functions,
 fixed access to uninitialised memory
 * Fixed serious split infinitive in configure script (thanks Paul Leyland)
 * Removed unnecessary carry propagation in x86_64 mulredc code, slight
 speedup (thanks Philip McLaughlin)
 * Fixed non-portable PIC code in x86_64/redc.asm
 * Fixed problem with pattern matching host type names in configure.in
 * Converted binary constants in spv.c and ntt_gfp.c to hexadecimal,
 some assembler do not support binary constants
 }}}

 ----

 '''New spkg:'''
 [http://sage.math.washington.edu/home/leif/Sage/spkgs/ecm-6.3.p2.spkg]

 '''md5sum:''' `a19f3d4d0e9881abe076d8a9c0ea7e7f  ecm-6.3.p2.spkg`

 [[BR]]

 Apply [attachment:trac_5847-module_list-fix_execstack-sagelib-
 rebased_to_4.7.1.alpha4.patch] '''to the Sage library'''.

 (Should be applied ''after'' installing the new spkg.)

 '''Note that this patch is only required (i.e., mandatory) on some Fedora
 and potentially other SELinux-enabled systems''', and apparently only in
 conjunction with more recent versions of GCC (>= 4.6).

 I.e., you should be able to use the new GMP-ECM spkg on other systems
 without installing any patches or other spkgs.

--

Comment(by leif):

 Had to fix some old changelog entry.

 Corrected spkg at new location.

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