[Yt-svn] commit/yt: MatthewTurk: Updating install script to track updates in the development branch

Bitbucket commits-noreply at bitbucket.org
Mon Apr 18 13:07:36 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/b8c19164407a/
changeset:   r4148:b8c19164407a
branch:      stable
user:        MatthewTurk
date:        2011-04-18 22:06:45
summary:     Updating install script to track updates in the development branch
affected #:  1 file (1.0 KB)

--- a/doc/install_script.sh	Wed Apr 13 09:44:53 2011 -0400
+++ b/doc/install_script.sh	Mon Apr 18 16:06:45 2011 -0400
@@ -82,6 +82,13 @@
     then
         echo "Looks like you're on Kraken."
         echo
+        echo " ******************************************"
+        echo " * It may be better to use the yt module! *"
+        echo " *                                        *"
+        echo " *   $ module load yt                     *"
+        echo " *                                        *"
+        echo " ******************************************"
+        echo
         echo "NOTE: YOU MUST BE IN THE GNU PROGRAMMING ENVIRONMENT"
         echo "   $ module swap PrgEnv-pgi PrgEnv-gnu"
         echo
@@ -91,6 +98,13 @@
     then
         echo "Looks like you're on Nautilus."
         echo
+        echo " ******************************************"
+        echo " * It may be better to use the yt module! *"
+        echo " *                                        *"
+        echo " *   $ module load yt                     *"
+        echo " *                                        *"
+        echo " ******************************************"
+        echo
         echo "NOTE: YOU MUST BE IN THE GNU PROGRAMMING ENVIRONMENT"
         echo "   $ module swap PE-intel PE-gnu"
         echo
@@ -291,11 +305,12 @@
 get_enzotools matplotlib-1.0.0.tar.gz
 get_enzotools mercurial-1.8.1.tar.gz
 get_enzotools ipython-0.10.tar.gz
-get_enzotools h5py-1.2.0.tar.gz
+get_enzotools h5py-1.3.1.tar.gz
 get_enzotools Cython-0.14.tar.gz
 get_enzotools Forthon-0.8.4.tar.gz
 get_enzotools ext-3.3.2.zip
 get_enzotools ext-slate-110328.zip
+get_enzotools PhiloGL-1.1.0.zip
 
 if [ $INST_BZLIB -eq 1 ]
 then
@@ -498,7 +513,7 @@
 [ -n "${OLD_CXXFLAGS}" ] && export CXXFLAGS=${OLD_CXXFLAGS}
 [ -n "${OLD_CFLAGS}" ] && export CFLAGS=${OLD_CFLAGS}
 do_setup_py ipython-0.10
-do_setup_py h5py-1.2.0
+do_setup_py h5py-1.3.1
 do_setup_py Cython-0.14
 [ $INST_FORTHON -eq 1 ] && do_setup_py Forthon-0.8.4
 
@@ -542,6 +557,15 @@
     touch ext-slate-110328/done
 fi
 
+# Now we open up PhiloGL
+if [ ! -e PhiloGL-1.1.0/done ]
+then
+    ( unzip -o PhiloGL-1.1.0.zip 2>&1 ) 1>> ${LOG_FILE} || do_exit
+    ( echo "Symlinking PhiloGL-1.1.0 as PhiloGL" 2>&1 ) 1>> ${LOG_FILE}
+    ln -sf PhiloGL-1.1.0 PhiloGL
+    touch PhiloGL-1.1.0/done
+fi
+
 if [ -e $HOME/.matplotlib/fontList.cache ] && \
    ( grep -q python2.6 $HOME/.matplotlib/fontList.cache )
 then

Repository URL: https://bitbucket.org/yt_analysis/yt/

--

This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.



More information about the yt-svn mailing list