On 7/06/13 04:22, Alexander Hansen wrote:
[]
> I'm not familiar enough with matplotlib's build system to suggest an
> _actual_ fix at this stage. ;-)

In the matplotlib setupext.py file, one sees

basedir = defaultdict(lambda: ['/usr/local', '/usr'], {
     # execptions to the ['/usr/local', '/usr'] defaults
     'win32'  : ['win32_static',],
     'darwin' : ['/usr', '/usr/X11',
                 '/opt/X11', '/sw/lib/freetype219', '/sw',],
     'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
     'gnu0' : ['/usr'],
     'aix5' : ['/usr/local'],
     })

This comes directly from the Fink matplotlib-py.patch file.

It could be worthwhile to try changing the order in the 'darwin' section.

-- 
Martin




------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
Fink-users mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to