[Yt-svn] yt-commit r966 - branches/yt-1.0/doc

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Mon Dec 1 13:34:22 PST 2008


Author: mturk
Date: Mon Dec  1 13:34:22 2008
New Revision: 966
URL: http://yt.spacepope.org/changeset/966

Log:
Updated version of HDF5



Modified:
   branches/yt-1.0/doc/install_script.sh

Modified: branches/yt-1.0/doc/install_script.sh
==============================================================================
--- branches/yt-1.0/doc/install_script.sh	(original)
+++ branches/yt-1.0/doc/install_script.sh	Mon Dec  1 13:34:22 2008
@@ -53,7 +53,7 @@
 # Individual processes
 if [ -z "$HDF5_DIR" ]
 then
-    [ ! -e hdf5-1.6.7.tar.gz ] && wget ftp://ftp.hdfgroup.org/HDF5/current16/src/hdf5-1.6.7.tar.gz
+    [ ! -e hdf5-1.6.8.tar.gz ] && wget ftp://ftp.hdfgroup.org/HDF5/current16/src/hdf5-1.6.8.tar.gz
 fi
 
 [ $INST_ZLIB -eq 1 ] && [ ! -e zlib-1.2.3.tar.bz2 ] && wget http://www.zlib.net/zlib-1.2.3.tar.bz2
@@ -98,11 +98,11 @@
 
 if [ -z "$HDF5_DIR" ]
 then
-    if [ ! -e hdf5-1.6.7/done ]
+    if [ ! -e hdf5-1.6.8/done ]
     then
-        [ ! -e hdf5-1.6.7 ] && tar xvfz hdf5-1.6.7.tar.gz
+        [ ! -e hdf5-1.6.8 ] && tar xvfz hdf5-1.6.8.tar.gz
         echo "Doing HDF5"
-        cd hdf5-1.6.7
+        cd hdf5-1.6.8
         ./configure --prefix=${DEST_DIR}/ || exit 1
         make install || exit 1
         touch done



More information about the yt-svn mailing list