#9808: Upgrade numpy to 1.5.0 and scipy to 0.8
--------------------------------------------------------------------------------------------------+
   Reporter:  maldun                                                            
                  |       Owner:  maldun                                      
       Type:  task                                                              
                  |      Status:  needs_review                                
   Priority:  major                                                             
                  |   Milestone:  sage-4.6                                    
  Component:  packages                                                          
                  |    Keywords:  numpy, scipy                                
     Author:  Stefan Reiterer, Francois Bissey, John Palmieri, David Kirkby, 
Karl-Dieter Crisman  |    Upstream:  Fixed upstream, but not in a stable 
release.
   Reviewer:  Karl-Dieter Crisman, David Kirkby, Leif Leonhardy, Francois 
Bissey                  |      Merged:                                          
    
Work_issues:                                                                    
                  |  
--------------------------------------------------------------------------------------------------+

Comment(by drkirkby):

 Replying to [comment:275 kcrisman]:
 > Okay, I went back to John's initial idea and just removed the ppc64
 option. I'm still totally mystified as to why that would solve it per se,
 if the double `-c` option is really a problem, but oh well - ppc64 is the
 problem.


 There's no reason a double -c should be a problem. There are numerous
 options that get passed to gcc multiple times. Here's a simple session
 where I list the files in my directory, and look for the most recent one.

 {{{
 drkir...@hawk:~$ touch foobar
 drkir...@hawk:~$ ls -lrt | tail -1
 -rw-r--r--   1 drkirkby other          8 Oct 14 10:37 foobar
 drkir...@hawk:~$ gcc -lm  test.c
 drkir...@hawk:~$ ls -lrt | tail -1
 -rwxr-xr-x   1 drkirkby staff       8316 Oct 14 10:38 a.out
 drkir...@hawk:~$ gcc -lm -c -c test.c
 drkir...@hawk:~$ ls -lrt | tail -1
 -rw-r--r--   1 drkirkby staff       1012 Oct 14 10:38 test.o
 drkir...@hawk:~$
 }}}

 We can see that calling

 {{{
 gcc -lm -c -c test.c
 }}}

 resulted in the most recent file being an object file (.o) and not an
 executable a.out.

 The patch you attached is not a Mercurial patch, so could not easily be
 integrated.

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