[Yt-svn] yt: Turning off wxPython and Traits, fixing libpng filename

hg at spacepope.org hg at spacepope.org
Wed Apr 14 06:47:19 PDT 2010


hg Repository: yt
details:   yt/rev/c6335667e480
changeset: 1563:c6335667e480
user:      Matthew Turk <matthewturk at gmail.com>
date:
Wed Apr 14 09:47:09 2010 -0400
description:
Turning off wxPython and Traits, fixing libpng filename

diffstat:

 doc/install_script.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r a5ae958eb75a -r c6335667e480 doc/install_script.sh
--- a/doc/install_script.sh	Wed Apr 14 09:33:23 2010 -0400
+++ b/doc/install_script.sh	Wed Apr 14 09:47:09 2010 -0400
@@ -28,12 +28,12 @@
 # If you absolutely can't get the fortran to work, try this:
 #NUMPY_ARGS="--fcompiler=fake"
 
-INST_WXPYTHON=1 # If you 't want to install wxPython, set this to 1
+INST_WXPYTHON=0 # If you want to install wxPython, set this to 1
 INST_ZLIB=1     # On some systems (Kraken) matplotlib has issues with 
                 # the system zlib, which is compiled statically.
                 # If need be, you can turn this off.
 INST_PNG=0      # Install a local libpng?  Same things apply as with zlib.
-INST_TRAITS=1   # Experimental TraitsUI installation
+INST_TRAITS=0   # Experimental TraitsUI installation
 INST_HG=1       # Install Mercurial or not?
 
 # If you've got YT some other place, set this to point to it.
@@ -278,7 +278,7 @@
 then
     if [ ! -e libpng-1.2.43/done ]
     then
-        [ ! -e libpng-1.2.43 ] && tar xfj libpng-1.2.43.tar.bz2
+        [ ! -e libpng-1.2.43 ] && tar xfz libpng-1.2.43.tar.gz
         echo "Installing PNG"
         cd libpng-1.2.43
         ( ./configure --prefix=${DEST_DIR}/ 2>&1 ) 1>> ${LOG_FILE} || do_exit



More information about the yt-svn mailing list