#10359: Let PIL search '.../lib64' directories for optional libraries if
appropriate
------------------------------+---------------------------------------------
   Reporter:  leif            |       Owner:  tbd                               
                                    
       Type:  defect          |      Status:  needs_review                      
                                    
   Priority:  major           |   Milestone:  sage-4.6.1                        
                                    
  Component:  packages        |    Keywords:  Python Imaging libary JPEG TIFF 
PNG CentOS Fedora openSUSE RedHat RHEL
     Author:  Leif Leonhardy  |    Upstream:  N/A                               
                                    
   Reviewer:                  |      Merged:                                    
                                    
Work_issues:                  |  
------------------------------+---------------------------------------------

Comment(by drkirkby):

 I would not do any of this on Solaris. The run-time linker should take the
 library from the correct directory, based on whether it's 32-bit or
 64-bit. It would be

 {{{/lib/`isainfo -n`/}}}

 where for all modern machines, {{{isainfo -n}}} will return either
 {{{sparcv9}}} or {{{amd64}}}

 Is there some equivalent of {{{isainfo -n}}} which exists on Linux, and so
 one would not have code that is depends on the distribution?

 Dave

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