Revision: 7847
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7847&view=rev
Author: efiring
Date: 2009-10-05 23:11:10 +0000 (Mon, 05 Oct 2009)
Log Message:
-----------
Add more platforms to setupext.py; patch by Benjamin Drung
Modified Paths:
--------------
branches/v0_99_maint/setupext.py
Modified: branches/v0_99_maint/setupext.py
===================================================================
--- branches/v0_99_maint/setupext.py 2009-10-05 22:44:38 UTC (rev 7846)
+++ branches/v0_99_maint/setupext.py 2009-10-05 23:11:10 UTC (rev 7847)
@@ -47,6 +47,10 @@
basedir = {
'win32' : ['win32_static',],
+ 'linux2-alpha' : ['/usr/local', '/usr'],
+ 'linux2-hppa' : ['/usr/local', '/usr'],
+ 'linux2-mips' : ['/usr/local', '/usr'],
+ 'linux2-sparc' : ['/usr/local', '/usr'],
'linux2' : ['/usr/local', '/usr'],
'linux' : ['/usr/local', '/usr',],
'cygwin' : ['/usr/local', '/usr',],
@@ -65,6 +69,8 @@
'sunos5' : [os.getenv('MPLIB_BASE') or '/usr/local',],
'gnukfreebsd5' : ['/usr/local', '/usr'],
'gnukfreebsd6' : ['/usr/local', '/usr'],
+ 'gnukfreebsd7' : ['/usr/local', '/usr'],
+ 'gnukfreebsd8' : ['/usr/local', '/usr'],
'aix5' : ['/usr/local'],
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins