[Yt-svn] yt-commit r1669 - trunk/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Mar 17 17:15:21 PDT 2010


Author: mturk
Date: Wed Mar 17 17:15:20 2010
New Revision: 1669
URL: http://yt.enzotools.org/changeset/1669

Log:
Fixing the 10.5 install script



Modified:
   trunk/doc/install_script_osx.sh

Modified: trunk/doc/install_script_osx.sh
==============================================================================
--- trunk/doc/install_script_osx.sh	(original)
+++ trunk/doc/install_script_osx.sh	Wed Mar 17 17:15:20 2010
@@ -50,6 +50,11 @@
     echo
     [ ! -e $1 ] && tar xfz $1.tar.gz
     cd $1
+    if [ ! -z `echo $1 | grep h5py` ]
+    then
+	echo "${PY_DIR}/bin/python2.5 setup.py configure --hdf5=${HDF5_DIR}"
+	( ${PY_DIR}/bin/python2.5 setup.py configure --hdf5=${HDF5_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit
+    fi
     shift
     ( sudo ${PY_DIR}/bin/python2.5 setup.py install $* 2>&1 ) 1>> ${LOG_FILE} || do_exit
     touch done
@@ -127,8 +132,8 @@
 get_enzotools wxPython2.8-osx-unicode-2.8.9.2-universal-py2.5.dmg
 get_enzotools numpy-1.2.1-py2.5-macosx10.5.dmg
 get_enzotools matplotlib-0.98.5.2-py2.5-mpkg.zip
-get_enzotools ipython-0.9.1.tar.gz
-get_enzotools h5py-1.1.0.tar.gz
+get_enzotools ipython-0.10.tar.gz
+get_enzotools h5py-1.2.0.tar.gz
 
 if [ -z "$YT_DIR" ]
 then
@@ -188,8 +193,8 @@
     touch ${DEST_DIR}/src/mp_done
 fi
 
-do_setup_py ipython-0.9.1
-do_setup_py h5py-1.1.0
+do_setup_py ipython-0.10
+do_setup_py h5py-1.2.0
 
 echo "Doing yt update"
 MY_PWD=`pwd`



More information about the yt-svn mailing list