mailr28244 - /trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by tlinnet on October 03, 2016 - 10:36:
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




Related Messages


Powered by MHonArc, Updated Mon Oct 03 13:00:07 2016