[Yt-svn] yt-commit r1594 - branches/yt-1.6/doc trunk/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Jan 25 15:51:08 PST 2010


Author: mturk
Date: Mon Jan 25 15:51:06 2010
New Revision: 1594
URL: http://yt.enzotools.org/changeset/1594

Log:
Matplotlib 0.99.1.1 will not compile out of the box on any platform other than
OSX.  So, I updated it to 0.99.1.2.  BUT, 0.99.1.2 untars into the directory
"matplotlib-0.99.1.1".  SO, I made my own tarball and stuck that in the
dependency directory on yt.enzotools.org.



Modified:
   branches/yt-1.6/doc/install_script.sh
   trunk/doc/install_script.sh

Modified: branches/yt-1.6/doc/install_script.sh
==============================================================================
--- branches/yt-1.6/doc/install_script.sh	(original)
+++ branches/yt-1.6/doc/install_script.sh	Mon Jan 25 15:51:06 2010
@@ -216,7 +216,7 @@
 [ $INST_WXPYTHON -eq 1 ] && get_enzotools wxPython-src-2.8.9.1.tar.bz2
 get_enzotools Python-2.6.3.tgz
 get_enzotools numpy-1.3.0.tar.gz
-get_enzotools matplotlib-0.99.1.1.tar.gz
+get_enzotools matplotlib-0.99.1.2.tar.gz
 get_enzotools ipython-0.10.tar.gz
 get_enzotools h5py-1.2.0.tar.gz
 
@@ -317,7 +317,7 @@
     export LDFLAGS="${MPL_SUPP_LDFLAGS}"
     echo "Setting LDFLAGS ${LDFLAGS}"
 fi
-do_setup_py matplotlib-0.99.1.1
+do_setup_py matplotlib-0.99.1.2
 unset LDFLAGS
 do_setup_py ipython-0.10
 do_setup_py h5py-1.2.0

Modified: trunk/doc/install_script.sh
==============================================================================
--- trunk/doc/install_script.sh	(original)
+++ trunk/doc/install_script.sh	Mon Jan 25 15:51:06 2010
@@ -216,7 +216,7 @@
 [ $INST_WXPYTHON -eq 1 ] && get_enzotools wxPython-src-2.8.9.1.tar.bz2
 get_enzotools Python-2.6.3.tgz
 get_enzotools numpy-1.3.0.tar.gz
-get_enzotools matplotlib-0.99.1.1.tar.gz
+get_enzotools matplotlib-0.99.1.2.tar.gz
 get_enzotools ipython-0.10.tar.gz
 get_enzotools h5py-1.2.0.tar.gz
 
@@ -317,7 +317,7 @@
     export LDFLAGS="${MPL_SUPP_LDFLAGS}"
     echo "Setting LDFLAGS ${LDFLAGS}"
 fi
-do_setup_py matplotlib-0.99.1.1
+do_setup_py matplotlib-0.99.1.2
 unset LDFLAGS
 do_setup_py ipython-0.10
 do_setup_py h5py-1.2.0



More information about the yt-svn mailing list