#12909: gdmodule: don't use /sw/include include path
----------------------------+-----------------------------------------------
       Reporter:  jdemeyer  |         Owner:  tbd         
           Type:  defect    |        Status:  needs_review
       Priority:  major     |     Milestone:  sage-5.0    
      Component:  packages  |    Resolution:              
       Keywords:            |   Work issues:              
Report Upstream:  N/A       |     Reviewers:              
        Authors:            |     Merged in:              
   Dependencies:            |      Stopgaps:              
----------------------------+-----------------------------------------------

Comment (by robertwb):

 {{{
 robertwb-macbookpro:standard robertwb$ diff -u -r gdmodule-0.56.p7
 gdmodule-0.56.p8 | grep -v '/.hg'
 diff -u -r gdmodule-0.56.p7/patches/Setup.py
 gdmodule-0.56.p8/patches/Setup.py
 --- gdmodule-0.56.p7/patches/Setup.py   2012-05-05 15:14:01.000000000
 -0700
 +++ gdmodule-0.56.p8/patches/Setup.py   2012-05-05 15:15:00.000000000
 -0700
 @@ -41,7 +41,7 @@

  libdirs = dirtest([
      os.environ["SAGE_LOCAL"]+"/lib",
 -    "/usr/local/lib", "/sw/lib", "/usr/lib",
 +    "/usr/local/lib", "/usr/lib",
      "/usr/lib/X11", "/usr/X11R6/lib",
      "/opt/gnome/lib",
  ])
 @@ -51,7 +51,7 @@

  incdirs = dirtest([
      os.environ["SAGE_LOCAL"]+"/include",
 -    "/usr/local/include", "/sw/include", "/usr/include",
 +    "/usr/local/include", "/usr/include",
      "/usr/include/X11", "/usr/X11R6/include",
      "/opt/gnome/include",
  ])
 diff -u -r gdmodule-0.56.p7/patches/Setup.py.patch
 gdmodule-0.56.p8/patches/Setup.py.patch
 --- gdmodule-0.56.p7/patches/Setup.py.patch     2012-05-05
 15:14:01.000000000 -0700
 +++ gdmodule-0.56.p8/patches/Setup.py.patch     2012-05-05
 15:15:46.000000000 -0700
 @@ -1,5 +1,23 @@
 ---- ../src/Setup.py    2007-01-10 10:23:03.000000000 -0800
 -+++ Setup.py   2010-04-06 11:16:30.316434351 -0700
 +--- ../src/Setup.py    2012-05-05 15:14:14.000000000 -0700
 ++++ Setup.py   2012-05-05 15:15:00.000000000 -0700
 +@@ -41,7 +41,7 @@
 +
 + libdirs = dirtest([
 +     os.environ["SAGE_LOCAL"]+"/lib",
 +-    "/usr/local/lib", "/sw/lib", "/usr/lib",
 ++    "/usr/local/lib", "/usr/lib",
 +     "/usr/lib/X11", "/usr/X11R6/lib",
 +     "/opt/gnome/lib",
 + ])
 +@@ -51,7 +51,7 @@
 +
 + incdirs = dirtest([
 +     os.environ["SAGE_LOCAL"]+"/include",
 +-    "/usr/local/include", "/sw/include", "/usr/include",
 ++    "/usr/local/include", "/usr/include",
 +     "/usr/include/X11", "/usr/X11R6/include",
 +     "/opt/gnome/include",
 + ])
  @@ -61,13 +61,12 @@
   import os
   if os.uname()[0][:6] == "CYGWIN":
 }}}

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