|
From: <jd...@us...> - 2008-05-16 21:58:47
|
Revision: 5163
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5163&view=rev
Author: jdh2358
Date: 2008-05-16 14:58:39 -0700 (Fri, 16 May 2008)
Log Message:
-----------
purged some dead code dirs; these can live in the maint branch
Removed Paths:
-------------
trunk/matplotlib/makeswig.py
trunk/matplotlib/mpl1/
trunk/matplotlib/sandbox/units/
trunk/matplotlib/swig/
Deleted: trunk/matplotlib/makeswig.py
===================================================================
--- trunk/matplotlib/makeswig.py 2008-05-16 21:01:39 UTC (rev 5162)
+++ trunk/matplotlib/makeswig.py 2008-05-16 21:58:39 UTC (rev 5163)
@@ -1,23 +0,0 @@
-"""
-requires swig cvs as of 2005-02-24
-"""
-import os, sys
-wrap = (
- 'agg',
- )
-#SWIG = 'swig'
-SWIG = '/home/titan/johnh/dev/bin/swig'
-AGGINCLUDE = 'agg23/include'
-
-swigit = '%(SWIG)s -python -c++ -outdir lib/matplotlib -o src/%(SWIGFILE)s.cxx -I%(AGGINCLUDE)s swig/%(SWIGFILE)s.i '
-
-
-os.system('%(SWIG)s -python -external-runtime src/swig_runtime.h'%locals())
-for SWIGFILE in wrap:
- command = swigit%locals()
- print 'swigging %s'%SWIGFILE
- print command
- os.system(command)
-
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|