summaryrefslogtreecommitdiffstats
path: root/libraries/matplotlib/setupext.py
diff options
context:
space:
mode:
author Serban Udrea2014-12-06 18:53:18 +0100
committer Willy Sudiarto Raharjo2014-12-06 18:53:18 +0100
commitb6d95b138731ff0d53682b4877eb80f338100af1 (patch)
tree0dd24932f22cfca8d891518a41ebb2e31eb5629f /libraries/matplotlib/setupext.py
parent50da1beac18895c493f44554b475aa00942cf631 (diff)
downloadslackbuilds-b6d95b138731ff0d53682b4877eb80f338100af1.tar.gz
libraries/matplotlib: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/matplotlib/setupext.py')
-rw-r--r--libraries/matplotlib/setupext.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/matplotlib/setupext.py b/libraries/matplotlib/setupext.py
index c083627811..1caadeb66c 100644
--- a/libraries/matplotlib/setupext.py
+++ b/libraries/matplotlib/setupext.py
@@ -147,9 +147,10 @@ def get_base_dirs():
return options['basedirlist']
basedir_map = {
- 'win32': ['win32_static',],
- 'darwin': ['/usr/local/', '/usr', '/usr/X11', '/opt/local'],
- 'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local',],
+ 'win32': ['win32_static', ],
+ 'darwin': ['/usr/local/', '/usr', '/usr/X11',
+ '/opt/X11', '/opt/local'],
+ 'sunos5': [os.getenv('MPLIB_BASE') or '/usr/local', ],
'gnu0': ['/usr'],
'aix5': ['/usr/local'],
}