On 6/7/13 12:13 AM, Martin Costabel wrote:
> 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.
>

(maintainer cc'ed)

It was indeed worthwhile.:-)

Putting the Fink paths at the head of the lists in the .patch appears to 
solve the problem.

If there are no objections I can commit a modified .info and .patch with 
this fix plus the addition of -MD flags and a "fink-package-precedence" 
scan.

-- 
Alexander Hansen, Ph.D.
Fink User Liaison
My package updates: http://finkakh.wordpress.com/

------------------------------------------------------------------------------
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