Author: tlinnet
Date: Mon Oct  3 10:36:47 2016
New Revision: 28244

URL: http://svn.gna.org/viewcvs/relax?rev=28244&view=rev
Log:
Small change to deploy script to build wxPython.

Modified:
    
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh

Modified: 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh?rev=28244&r1=28243&r2=28244&view=diff
==============================================================================
--- 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
        (original)
+++ 
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
        Mon Oct  3 10:36:47 2016
@@ -68,9 +68,6 @@
   sudo yum-builddep -y wxPython
 
   # Installing wxPython from source
-  #sudo yum -y install GConf2-devel
-  #sudo yum -y install gstreamer
-  #sudo yum -y install gstreamer-devel
   sudo yum -y install gstreamer-plugins-base-devel
 
   VERS=wxPython-src-3.0.2.0
@@ -79,7 +76,7 @@
   rm $VERS.tar.bz2
   cd $VERS/wxPython
   #python build-wxpython.py --build_dir=../bld
-  sudo -- sh -c 'source scl_source enable python27; python build-wxpython.py 
--build_dir=../bld  --install'
+  sudo -- sh -c 'source scl_source enable python27; python build-wxpython.py 
--install'
 
   # Installing wxGTK from source
   #VERS=wxWidgets-3.1.0


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to