[Yt-svn] yt: Upgrading numpy and matplotlib to 1.5.0 and 1.0.0, respectiv...

hg at spacepope.org hg at spacepope.org
Mon Oct 18 07:32:05 PDT 2010


hg Repository: yt
details:   yt/rev/b8816cd4c8ae
changeset: 3451:b8816cd4c8ae
user:      Matthew Turk <matthewturk at gmail.com>
date:
Mon Oct 18 09:27:17 2010 -0500
description:
Upgrading numpy and matplotlib to 1.5.0 and 1.0.0, respectively.  Fixing typo
in some MPL commands.

diffstat:

 doc/install_script.sh |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r a1ec2394cad1 -r b8816cd4c8ae doc/install_script.sh
--- a/doc/install_script.sh	Fri Oct 08 10:22:42 2010 -0700
+++ b/doc/install_script.sh	Mon Oct 18 09:27:17 2010 -0500
@@ -224,8 +224,8 @@
 [ $INST_BZLIB -eq 1 ] && get_enzotools bzip2-1.0.5.tar.gz
 [ $INST_PNG -eq 1 ] && get_enzotools libpng-1.2.43.tar.gz
 get_enzotools Python-2.6.3.tgz
-get_enzotools numpy-1.4.1.tar.gz
-get_enzotools matplotlib-0.99.3.tar.gz
+get_enzotools numpy-1.5.0.tar.gz
+get_enzotools matplotlib-1.0.0.tar.gz
 get_enzotools mercurial-1.6.3.tar.gz
 get_enzotools ipython-0.10.tar.gz
 get_enzotools h5py-1.2.0.tar.gz
@@ -362,14 +362,14 @@
 echo "Installing pip"
 ( ${DEST_DIR}/bin/easy_install-2.6 pip 2>&1 ) 1>> ${LOG_FILE} || do_exit
 
-do_setup_py numpy-1.4.1 ${NUMPY_ARGS}
+do_setup_py numpy-1.5.0 ${NUMPY_ARGS}
 
 if [ -n "${MPL_SUPP_LDFLAGS}" ]
 then
     export LDFLAGS="${MPL_SUPP_LDFLAGS}"
     echo "Setting LDFLAGS ${LDFLAGS}"
 fi
-do_setup_py matplotlib-0.99.3
+do_setup_py matplotlib-1.0.0
 unset LDFLAGS
 do_setup_py ipython-0.10
 do_setup_py h5py-1.2.0



More information about the yt-svn mailing list