Scipy svn: Difference between revisions

From RedwoodCenter
Jump to navigationJump to search
No edit summary
 
Line 20: Line 20:


   svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib matplotlib
   svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib matplotlib
note: use
  setenv PKG_CONFIG_PATH /sw/lib/freetype219/lib/pkgconfig/


== PyQt, QScintilla, sip ==
== PyQt, QScintilla, sip ==


   http://www.riverbankcomputing.com/Downloads/Snapshots/
   http://www.riverbankcomputing.com/Downloads/Snapshots/

Revision as of 18:19, 30 September 2007

This is a list of svn repositories useful in order to install the bleeding-edge version of SciPy

Numpy

 svn co http://svn.scipy.org/svn/numpy/trunk numpy

Scipy

 svn co http://svn.scipy.org/svn/scipy/trunk scipy

IPython

 svn co http://ipython.scipy.org/svn/ipython/ipython/trunk ipython

IPython 1

 svn co http://ipython.scipy.org/svn/ipython/ipython1/trunk ipython1
 

Matplotlib

 svn co https://matplotlib.svn.sourceforge.net/svnroot/matplotlib/trunk/matplotlib matplotlib

note: use

 setenv PKG_CONFIG_PATH /sw/lib/freetype219/lib/pkgconfig/

PyQt, QScintilla, sip

 http://www.riverbankcomputing.com/Downloads/Snapshots/