#9210: pkg-config prefix statements in SAGE_LOCAL/lib/pkg-config not changed 
upon
Sage move
---------------------------+------------------------------------------------
   Reporter:  jason        |       Owner:  drkirkby    
       Type:  defect       |      Status:  needs_review
   Priority:  major        |   Milestone:  sage-4.4.4  
  Component:  build        |    Keywords:              
     Author:  Jason Grout  |    Upstream:  N/A         
   Reviewer:               |      Merged:              
Work_issues:               |  
---------------------------+------------------------------------------------

Comment(by jason):

 Replying to [comment:13 drkirkby]:

 > The 'sage-location' script starts
 >
 > {{{
 > #!/usr/bin/env python
 >
 > import os, sys
 >
 > OLD_SAGE_ROOT = None
 > SAGE_ROOT     = os.path.realpath(os.environ['SAGE_ROOT'])
 >
 > location_file = os.path.join(SAGE_ROOT, 'local', 'lib', 'sage-curent-
 location.txt')
 > flags_file    = os.path.join(SAGE_ROOT, 'local', 'lib', 'sage-
 flags.txt')
 >
 > # The flags we care about recording in the local/lib/sage-flags.txt file
 > # In SAGE_FAT_BINARY mode we only require that ['sse', 'sse2', '3d',
 > #  'mmx', 'cmov'] be available, and in particular, don't require pni
 > #  or ssse3.
 >
 > try:
 >     SAGE_FAT_BINARY = os.environ['SAGE_FAT_BINARY']
 > except:
 >     SAGE_FAT_BINARY = ""
 > }}}
 >
 > Anything look wrong?


 Yep.  Notice that the sage-location file is 'sage-curent-location'
 (misspelled "current").  That's the old patch.  I've attached the full new
 file for convenience, or you can pull the patch attached to this ticket
 currently.

 Jason

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