On 2/11/07, Nicolas Grilly <[EMAIL PROTECTED]> wrote:

> When you are working on matplotlib, after a checkout from the SVN
> repository, which method do you use to compile extensions without
> re-building and re-installing everything each time?

I rebuild and reinstall each time.  Since only the changed files are
built, this usually goes fairly quickly after a svn update.  If you
ware working on extension code, it can get slow if you are building
the numpy, Numeric and numarray extensions each time.  You can
manually override the NUMERIX list in setup.py to just build one of
the array extensions while developing, which should cut your compile
times.

JDH

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Matplotlib-devel mailing list
Matplotlib-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/matplotlib-devel

Reply via email to