rpms/python-matplotlib/devel matplotlib-0.87-matplotlibrc.patch, NONE, 1.1

Orion Poplawski (orion) fedora-extras-commits at redhat.com
Tue Feb 28 18:51:48 UTC 2006


Author: orion

Update of /cvs/extras/rpms/python-matplotlib/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18307

Added Files:
	matplotlib-0.87-matplotlibrc.patch 
Log Message:
patch to keep Numeric as the default numerix package


matplotlib-0.87-matplotlibrc.patch:

--- NEW FILE matplotlib-0.87-matplotlibrc.patch ---
--- matplotlib-0.87/setup.py.orig	2006-02-14 11:11:32.000000000 -0700
+++ matplotlib-0.87/setup.py	2006-02-27 15:19:28.000000000 -0700
@@ -258,8 +258,8 @@
 
 # packagers: set rc['numerix'] and rc['backend'] here to override the auto
 # defaults, eg
-#rc['numerix'] = numpy
-#rc['backend'] = GTKAgg
+rc['numerix'] = 'Numeric'
+rc['backend'] = 'GTKAgg'
 if sys.platform=='win32':
     rc = dict(backend='TkAgg', numerix='Numeric')
 template = file('matplotlibrc.template').read()




More information about the scm-commits mailing list