comparison tool_dependencies.xml @ 3:245029376e25 draft

Uploaded
author greg
date Sun, 15 Nov 2015 10:30:47 -0500
parents cd0e48578c91
children 789f4e7df861
comparison
equal deleted inserted replaced
2:cd0e48578c91 3:245029376e25
7 <install version="1.0"> 7 <install version="1.0">
8 <actions_group> 8 <actions_group>
9 <actions architecture="x86_64" os="linux"> 9 <actions architecture="x86_64" os="linux">
10 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 --> 10 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 -->
11 <action target_filename="Anaconda-2.3.0-Linux-x86_64.sh" type="download_file">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh</action> 11 <action target_filename="Anaconda-2.3.0-Linux-x86_64.sh" type="download_file">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86_64.sh</action>
12 12
13 <action type="set_environment_for_install"> 13 <action type="set_environment_for_install">
14 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 14 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
15 <package name="cmake" version="3.2.3" /> 15 <package name="cmake" version="3.2.3" />
16 </repository> 16 </repository>
17 </action> 17 </action>
20 20
21 <!-- Install VTK 6.3.0 into the above Python --> 21 <!-- Install VTK 6.3.0 into the above Python -->
22 <action type="shell_command"> 22 <action type="shell_command">
23 23
24 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp; 24 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
25 export PYTHONPATH=$INSTALL_DIR/lib/python2.7/site-packages:$INSTALL_DIR/lib/python2.7:$INSTALL_DIR/lib:$INSTALL_DIR:$PYTHONPATH &amp;&amp;
26 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp; 25 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
27 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp; 26 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
28 conda install -c https://conda.anaconda.org/anaconda vtk --yes 27 conda install -c https://conda.anaconda.org/anaconda vtk --yes
29 28
30 </action> 29 </action>
54 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp; 53 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
55 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp; 54 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
56 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR 55 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
57 56
58 </action> 57 </action>
59 58
60 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> 59 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
61 <action type="make_directory">$TMP_WORK_DIR/icqsol</action> 60 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
62 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> 61 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
63 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> 62 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
64 <action type="change_directory">icqsol</action> 63 <action type="change_directory">icqsol</action>
82 </actions> 81 </actions>
83 82
84 <actions architecture="x86_64" os="darwin"> 83 <actions architecture="x86_64" os="darwin">
85 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 --> 84 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 -->
86 <action target_filename="Anaconda-2.3.0-MacOSX-x86_64.sh" type="download_file">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-MacOSX-x86_64.sh</action> 85 <action target_filename="Anaconda-2.3.0-MacOSX-x86_64.sh" type="download_file">https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-MacOSX-x86_64.sh</action>
86
87 <action type="set_environment_for_install"> 87 <action type="set_environment_for_install">
88 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> 88 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
89 <package name="cmake" version="3.2.3" /> 89 <package name="cmake" version="3.2.3" />
90 </repository> 90 </repository>
91 </action> 91 </action>
92
92 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action> 93 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action>
93 94
94 <!-- Install VTK 6.3.0 into the above Python --> 95 <!-- Install VTK 6.3.0 into the above Python -->
95 <action type="shell_command"> 96 <action type="shell_command">
96 97
129 export DYLD_LIBRARY_PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/lib:$DYLD_LIBRARY_PATH &amp;&amp; 130 export DYLD_LIBRARY_PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/lib:$DYLD_LIBRARY_PATH &amp;&amp;
130 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH 131 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
131 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR 132 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
132 133
133 </action> 134 </action>
134 135
135 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> 136 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
136 <action type="make_directory">$TMP_WORK_DIR/icqsol</action> 137 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
137 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> 138 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
138 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> 139 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
139 <action type="change_directory">icqsol</action> 140 <action type="change_directory">icqsol</action>