mailr28243 - in /trunk/devel_scripts: ./ deploy_scripts/


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

Header


Content

Posted by tlinnet on October 03, 2016 - 01:11:
Author: tlinnet
Date: Mon Oct  3 01:11:19 2016
New Revision: 28243

URL: http://svn.gna.org/viewcvs/relax?rev=28243&view=rev
Log:
More changing to deploy scripts.

Modified:
    
trunk/devel_scripts/deploy_scripts/deploy_google_computing_redhat_6_86_x64_upgrade_python.sh
    trunk/devel_scripts/openmpi_test_install.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=28243&r1=28242&r2=28243&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 01:11:19 2016
@@ -57,8 +57,40 @@
   sudo -- sh -c 'source scl_source enable python27; pip install epydoc'
 
   # matplotlib
-  sudo yum-builddep python-matplotlib
+  sudo yum-builddep -y python-matplotlib
   sudo -- sh -c 'source scl_source enable python27; pip install matplotlib'
+}
+
+# Install wxpython
+function dowxpython {
+  # wxPython
+  sudo yum -y groupinstall 'Development Tools'
+  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
+  wget http://downloads.sourceforge.net/wxpython/$VERS.tar.bz2
+  tar -xvf $VERS.tar.bz2
+  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'
+
+  # Installing wxGTK from source
+  #VERS=wxWidgets-3.1.0
+  #wget 
https://github.com/wxWidgets/wxWidgets/releases/download/v3.1.0/$VERS.tar.bz2
+  #tar -xvf $VERS.tar.bz2
+  #rm $VERS.tar.bz2
+  #cd $VERS
+  #./configure --with-gtk
+  #make
+  #sudo -- sh -c 'source scl_source enable python27; make install'
+  #sudo -- sh -c 'source scl_source enable python27; ldconfig'
 }
 
 function getversions {

Modified: trunk/devel_scripts/openmpi_test_install.sh
URL: 
http://svn.gna.org/viewcvs/relax/trunk/devel_scripts/openmpi_test_install.sh?rev=28243&r1=28242&r2=28243&view=diff
==============================================================================
--- trunk/devel_scripts/openmpi_test_install.sh (original)
+++ trunk/devel_scripts/openmpi_test_install.sh Mon Oct  3 01:11:19 2016
@@ -3,7 +3,8 @@
 # Script for deploying relax on Google Cloud Computing GCC
 
 echo 
'http://svn.gna.org/viewcvs/*checkout*/relax/trunk/devel_scripts/openmpi_test_install.sh'
-echo 'Source the commands with: source test_openmpi.sh'
+echo 'Source the commands with: source openmpi_test_install.sh'
+echo 'Then do: testopenmpi'
 echo ""
 
 function testopenmpi {




Related Messages


Powered by MHonArc, Updated Mon Oct 03 10:40:02 2016