From b6d95b138731ff0d53682b4877eb80f338100af1 Mon Sep 17 00:00:00 2001 From: Serban Udrea Date: Sun, 7 Dec 2014 00:53:18 +0700 Subject: libraries/matplotlib: Updated for version 1.4.2. Signed-off-by: Willy Sudiarto Raharjo --- libraries/matplotlib/setupext.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libraries/matplotlib/setupext.py') diff --git a/libraries/matplotlib/setupext.py b/libraries/matplotlib/setupext.py index c083627811f4..1caadeb66c8f 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'], } -- cgit v1.2.3