#10359: Let PIL search '.../lib64' directories for optional libraries if
appropriate
------------------------------+---------------------------------------------
   Reporter:  leif            |       Owner:  tbd                               
                                    
       Type:  defect          |      Status:  positive_review                   
                                    
   Priority:  blocker         |   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:  Volker Braun    |      Merged:                                    
                                    
Work_issues:                  |  
------------------------------+---------------------------------------------
Changes (by vbraun):

  * status:  needs_review => positive_review
  * reviewer:  => Volker Braun


Comment:

 As an incremental step towards a working PIL, the bandaid in this patch is
 fine.

 For the record, I tested that the jpeg plugin works with:
 {{{
 sage: import Image
 sage: im = Image.open("image.jpg")
 sage: print im.format, im.size
 JPEG (1600, 900)
 }}}
 and
 {{{
 [vbr...@localhost sage]$ ldd $SAGE_LOCAL/lib/python2.6/site-
 packages/PIL/_imaging.so | grep libjpeg
         libjpeg.so.62 => /usr/lib64/libjpeg.so.62 (0x00007fc3b38ea000)
 }}}

 Leif, we should still report it upstream. Yes they might not care that
 their package is broken on everything but Debian, but then they might and
 at least there will be a paper trail to this ticket. Since you wrote the
 patch, I think you should have the honours :-)

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