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

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed Mar 3 10:35:17 PST 2010


Author: mturk
Date: Wed Mar  3 10:35:15 2010
New Revision: 1652
URL: http://yt.enzotools.org/changeset/1652

Log:
Bug with PY_DIR vs DEST_DIR



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	Wed Mar  3 10:35:15 2010
@@ -190,8 +190,8 @@
     cd $1
     if [ ! -z `echo $1 | grep h5py` ]
     then
-	    echo "${PY_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR}"
-	    ( ${PY_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit
+	    echo "${DEST_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR}"
+	    ( ${DEST_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit
     fi
     shift
     ( ${DEST_DIR}/bin/python2.6 setup.py build   $* 2>&1 ) 1>> ${LOG_FILE} || do_exit

Modified: trunk/doc/install_script.sh
==============================================================================
--- trunk/doc/install_script.sh	(original)
+++ trunk/doc/install_script.sh	Wed Mar  3 10:35:15 2010
@@ -190,8 +190,8 @@
     cd $1
     if [ ! -z `echo $1 | grep h5py` ]
     then
-	    echo "${PY_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR}"
-	    ( ${PY_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit
+	    echo "${DEST_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR}"
+	    ( ${DEST_DIR}/bin/python2.6 setup.py configure --hdf5=${HDF5_DIR} 2>&1 ) 1>> ${LOG_FILE} || do_exit
     fi
     shift
     ( ${DEST_DIR}/bin/python2.6 setup.py build   $* 2>&1 ) 1>> ${LOG_FILE} || do_exit



More information about the yt-svn mailing list