Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 34e3236

Browse files
committed
Added gnu0 platform to setupext.py (Benjamin Drung)
svn path=/trunk/matplotlib/; revision=8115
1 parent f1b44af commit 34e3236

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2010-02-06 Added setup.cfg "basedirlist" option to override setting
2+
in setupext.py "basedir" dictionary; added "gnu0"
3+
platform requested by Benjamin Drung. - EF
4+
15
2010-02-06 Added 'xy' scaling option to EllipseCollection. - EF
26

37
2010-02-03 Made plot_directive use a custom PlotWarning category, so that

setupext.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
"""
22
Some helper functions for building the C extensions
33
4-
you may need to edit basedir to point to the default location of your
5-
required libs, eg, png, z, freetype
4+
You may need to use the "basedirlist" option in setup.cfg to point
5+
to the location of your required libs, eg, png, z, freetype,
6+
overriding the settings hard-coded in the "basedir" directory
7+
below.
68
79
DARWIN
810
@@ -71,6 +73,7 @@
7173
'gnukfreebsd6' : ['/usr/local', '/usr'],
7274
'gnukfreebsd7' : ['/usr/local', '/usr'],
7375
'gnukfreebsd8' : ['/usr/local', '/usr'],
76+
'gnu0' : ['/usr'],
7477
'aix5' : ['/usr/local'],
7578
}
7679

0 commit comments

Comments
 (0)