[Yt-svn] commit/yt: MatthewTurk: Adding PhiloGL to install script.

Bitbucket commits-noreply at bitbucket.org
Fri Apr 15 15:18:57 PDT 2011


1 new changeset in yt:

http://bitbucket.org/yt_analysis/yt/changeset/59138665648d/
changeset:   r4143:59138665648d
branch:      yt
user:        MatthewTurk
date:        2011-04-16 00:18:46
summary:     Adding PhiloGL to install script.
affected #:  1 file (298 bytes)

--- a/doc/install_script.sh	Fri Apr 15 17:58:00 2011 -0400
+++ b/doc/install_script.sh	Fri Apr 15 18:18:46 2011 -0400
@@ -310,6 +310,7 @@
 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
@@ -556,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