#8567: Change iconv so it builds on Cygwin and Solaris only
----------------------------+-----------------------------------------------
   Reporter:  drkirkby      |       Owner:  drkirkby    
       Type:  defect        |      Status:  needs_review
   Priority:  major         |   Milestone:  sage-5.0    
  Component:  build         |    Keywords:              
     Author:  David Kirkby  |    Upstream:  N/A         
   Reviewer:                |      Merged:              
Work_issues:                |  
----------------------------+-----------------------------------------------

Comment(by jsp):

 ************
 Removing old iconv files if they exist
 iconv will not be installed, as it is only installed on
 Solaris and Cygwin - see:
 http://trac.sagemath.org/sage_trac/ticket/8567

 real    0m0.078
 {{{
 gcc version 4.4.3 20100127 (Red Hat 4.4.3-4) (GCC)
 ****************************************s
 user    0m0.008s
 sys     0m0.015s
 Successfully installed iconv-1.13.1.p0

 }}}


 {{{
 echo "Removing old iconv files if they exist"
 # If iconv is updated, please double-check these are still necessary
 # and that there are no extra files added.

 rm -f $SAGE_LOCAL/bin/iconv  $SAGE_LOCAL/lib/charset.alias
 rm -f $SAGE_LOCAL/lib/*libiconv*  $SAGE_LOCAL/lib/libcharset*
 rm -f $SAGE_LOCAL/include/iconv.h  $SAGE_LOCAL/include/libcharset.h
 rm -f $SAGE_LOCAL/include/localcharset.h
 rm -rf  $SAGE_LOCAL/share/doc/libiconv
 rm -f $SAGE_LOCAL/share/man/man1/iconv* $SAGE_LOCAL/share/man/man3/iconv*


 }}}

 This looks ok for me on Fedora (Linux in general?)

 The Opensolaris issue is not resolved, but I think this deserves a
 positive review.

 Jaap

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