diff options
author | Serban Udrea <s.udrea@gsi.de> | 2014-12-07 00:53:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-07 00:53:18 +0700 |
commit | b6d95b138731ff0d53682b4877eb80f338100af1 (patch) | |
tree | 0dd24932f22cfca8d891518a41ebb2e31eb5629f /libraries/matplotlib/setupext.py | |
parent | 50da1beac18895c493f44554b475aa00942cf631 (diff) | |
download | slackbuilds-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.py | 7 |
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'], } |