annotate tool_dependencies.xml @ 8:c53330c0566c draft

Uploaded
author greg
date Fri, 08 Jul 2016 15:00:11 -0400
parents 94ea1b21697c
children fcc0218a7ad2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a357536fb363 Uploaded
greg
parents:
diff changeset
1 <?xml version="1.0"?>
a357536fb363 Uploaded
greg
parents:
diff changeset
2 <tool_dependency>
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
3 <package name="cmake" version="3.2.3">
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
4 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
5 </package>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
6 <package name="icqsol" version="1.0">
a357536fb363 Uploaded
greg
parents:
diff changeset
7 <install version="1.0">
a357536fb363 Uploaded
greg
parents:
diff changeset
8 <actions_group>
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
9 <actions architecture="x86_64" os="linux">
0
a357536fb363 Uploaded
greg
parents:
diff changeset
10 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 -->
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
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>
3
245029376e25 Uploaded
greg
parents: 2
diff changeset
12
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
13 <action type="set_environment_for_install">
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
14 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
15 <package name="cmake" version="3.2.3" />
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
16 </repository>
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
17 </action>
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
18
0
a357536fb363 Uploaded
greg
parents:
diff changeset
19 <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
20
6
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
21 <!-- Install VTK 6.3.0 into the above Python -->
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
22 <action type="make_directory">$TMP_WORK_DIR/vtk</action>
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
23 <action type="change_directory">$TMP_WORK_DIR/vtk</action>
5
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
24 <action target_filename="VTK-6.3.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz</action>
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
25 <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action>
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
26 <action type="change_directory">VTK-6.3.0</action>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
27 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
28
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
29 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
30 export PYTHONPATH=$INSTALL_DIR:$PYTHONPATH &amp;&amp;
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
31 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
32 cmake \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
33 -DCMAKE_BUILD_TYPE:STRING=Release \
8
c53330c0566c Uploaded
greg
parents: 7
diff changeset
34 -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/../build \
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
35 -DVTK_WRAP_PYTHON:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
36 -DVTK_Group_StandAlone:BOOL=OFF \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
37 -DVTK_Group_Rendering:BOOL=OFF \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
38 -DModule_vtkCommonColor:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
39 -DModule_vtkCommonComputationalGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
40 -DModule_vtkCommonDataModel:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
41 -DModule_vtkCommonExecutionModel:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
42 -DModule_vtkCommonMath:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
43 -DModule_vtkCommonMisc:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
44 -DModule_vtkCommonSystem:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
45 -DModule_vtkCommonTransforms:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
46 -DModule_vtkFiltersCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
47 -DModule_vtkFiltersExtraction:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
48 -DModule_vtkFiltersGeneral:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
49 -DModule_vtkFiltersGeneric:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
50 -DModule_vtkFiltersGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
51 -DModule_vtkFiltersPython:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
52 -DModule_vtkImagingHybrid:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
53 -DModule_vtkIOCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
54 -DModule_vtkIOGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
55 -DModule_vtkIOLegacy:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
56 -DModule_vtkWrappingPythonCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
57 -DModule_vtkIOPLY:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
58 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
59 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
60 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.so \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . &amp;&amp;
5
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
62 make &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
63 make install
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
64
0
a357536fb363 Uploaded
greg
parents:
diff changeset
65 </action>
8
c53330c0566c Uploaded
greg
parents: 7
diff changeset
66 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
67 <source_directory>../build/bin</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
68 <destination_directory>$INSTALL_DIR/bin</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
69 </action>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
70 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
71 <source_directory>../build/include</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
72 <destination_directory>$INSTALL_DIR/include</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
73 </action>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
74 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
75 <source_directory>../build/lib</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
76 <destination_directory>$INSTALL_DIR/lib</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
77 </action>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
78
a357536fb363 Uploaded
greg
parents:
diff changeset
79 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
80 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
81 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
82 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
83 <action type="change_directory">icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
84 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
85
5
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
86 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
87 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 &amp;&amp;
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
88 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
89 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
90 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
91
0
a357536fb363 Uploaded
greg
parents:
diff changeset
92 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
93
a357536fb363 Uploaded
greg
parents:
diff changeset
94 <action type="set_environment">
a357536fb363 Uploaded
greg
parents:
diff changeset
95 <!--
a357536fb363 Uploaded
greg
parents:
diff changeset
96 Only the PATH environment variable needs to be modified for an Anaconda environment so that it gets
a357536fb363 Uploaded
greg
parents:
diff changeset
97 the right Python from the environment bin directory.
a357536fb363 Uploaded
greg
parents:
diff changeset
98 -->
a357536fb363 Uploaded
greg
parents:
diff changeset
99 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
100 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
101 <environment_variable action="set_to" name="ICQSOL_ROOT_DIR">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
102 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
103 </actions>
a357536fb363 Uploaded
greg
parents:
diff changeset
104
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
105 <actions architecture="x86_64" os="darwin">
0
a357536fb363 Uploaded
greg
parents:
diff changeset
106 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 -->
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
107 <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>
3
245029376e25 Uploaded
greg
parents: 2
diff changeset
108
2
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
109 <action type="set_environment_for_install">
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
110 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
2
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
111 <package name="cmake" version="3.2.3" />
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
112 </repository>
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
113 </action>
3
245029376e25 Uploaded
greg
parents: 2
diff changeset
114
0
a357536fb363 Uploaded
greg
parents:
diff changeset
115 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
116
6
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
117 <!-- Install and compile VTK 6.3.0 as a package in the above Python -->
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
118 <action type="make_directory">$TMP_WORK_DIR/vtk</action>
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
119 <action type="change_directory">$TMP_WORK_DIR/vtk</action>
6
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
120 <action target_filename="VTK-6.3.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz</action>
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
121 <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action>
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
122 <action type="change_directory">VTK-6.3.0</action>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
123 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
124
6
50b81c1d4294 Uploaded
greg
parents: 5
diff changeset
125 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
126 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
127 cmake \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
128 -DCMAKE_BUILD_TYPE:STRING=Release \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
129 -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/../build \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
130 -DVTK_WRAP_PYTHON:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
131 -DVTK_Group_StandAlone:BOOL=OFF \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
132 -DVTK_Group_Rendering:BOOL=OFF \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
133 -DModule_vtkCommonColor:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
134 -DModule_vtkCommonComputationalGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
135 -DModule_vtkCommonDataModel:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
136 -DModule_vtkCommonExecutionModel:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
137 -DModule_vtkCommonMath:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
138 -DModule_vtkCommonMisc:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
139 -DModule_vtkCommonSystem:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
140 -DModule_vtkCommonTransforms:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
141 -DModule_vtkFiltersCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
142 -DModule_vtkFiltersExtraction:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
143 -DModule_vtkFiltersGeneral:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
144 -DModule_vtkFiltersGeneric:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
145 -DModule_vtkFiltersGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
146 -DModule_vtkFiltersPython:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
147 -DModule_vtkImagingHybrid:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
148 -DModule_vtkIOCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
149 -DModule_vtkIOGeometry:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
150 -DModule_vtkIOLegacy:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
151 -DModule_vtkWrappingPythonCore:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
152 -DModule_vtkIOPLY:BOOL=ON \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
153 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
154 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
155 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.dylib \
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
156 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . &amp;&amp;
5
70c2d4e3a34b Uploaded
greg
parents: 4
diff changeset
157 make &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
158 make install
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
159
0
a357536fb363 Uploaded
greg
parents:
diff changeset
160 </action>
8
c53330c0566c Uploaded
greg
parents: 7
diff changeset
161 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
162 <source_directory>../build/bin</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
163 <destination_directory>$INSTALL_DIR/bin</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
164 </action>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
165 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
166 <source_directory>../build/include</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
167 <destination_directory>$INSTALL_DIR/include</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
168 </action>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
169 <action type="move_directory_files">
c53330c0566c Uploaded
greg
parents: 7
diff changeset
170 <source_directory>../build/lib</source_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
171 <destination_directory>$INSTALL_DIR/lib</destination_directory>
c53330c0566c Uploaded
greg
parents: 7
diff changeset
172 </action>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
173
a357536fb363 Uploaded
greg
parents:
diff changeset
174 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
175 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
176 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
177 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
178 <action type="change_directory">icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
179 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
180
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
181 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
8
c53330c0566c Uploaded
greg
parents: 7
diff changeset
182 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 &amp;&amp;
c53330c0566c Uploaded
greg
parents: 7
diff changeset
183 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib &amp;&amp;
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
184 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR &amp;&amp;
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
185 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
186
0
a357536fb363 Uploaded
greg
parents:
diff changeset
187 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
188
a357536fb363 Uploaded
greg
parents:
diff changeset
189 <action type="set_environment">
a357536fb363 Uploaded
greg
parents:
diff changeset
190 <!--
a357536fb363 Uploaded
greg
parents:
diff changeset
191 Only the PATH environment variable needs to be modified for an Anaconda environment so that it gets
a357536fb363 Uploaded
greg
parents:
diff changeset
192 the right Python from the environment bin directory. The way Anaconda environments work is that they
a357536fb363 Uploaded
greg
parents:
diff changeset
193 hard link everything that is installed into the environment. For all intents and purposes, this means
a357536fb363 Uploaded
greg
parents:
diff changeset
194 that each environment is a completely separate installation of Python and all the packages. By using
a357536fb363 Uploaded
greg
parents:
diff changeset
195 hard links, this is done efficiently. Thus, there's no need to mess with PYTHONPATH because the Python
a357536fb363 Uploaded
greg
parents:
diff changeset
196 binary in the environment already searches the site-packages in the environment, and the lib of the
a357536fb363 Uploaded
greg
parents:
diff changeset
197 environment, and so on.
a357536fb363 Uploaded
greg
parents:
diff changeset
198 -->
a357536fb363 Uploaded
greg
parents:
diff changeset
199 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
4
789f4e7df861 Uploaded
greg
parents: 3
diff changeset
200 <environment_variable action="prepend_to" name="DYLD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
201 <environment_variable action="set_to" name="ICQSOL_ROOT_DIR">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
202 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
203 </actions>
a357536fb363 Uploaded
greg
parents:
diff changeset
204 </actions_group>
a357536fb363 Uploaded
greg
parents:
diff changeset
205 </install>
a357536fb363 Uploaded
greg
parents:
diff changeset
206 <readme>
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
207
0
a357536fb363 Uploaded
greg
parents:
diff changeset
208 This installation recipe installs the Anaconda version 2.3.0 of the Python programming language
a357536fb363 Uploaded
greg
parents:
diff changeset
209 version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use
a357536fb363 Uploaded
greg
parents:
diff changeset
210 and redistribution). It includes more than 300 of the most popular Python packages for science,
a357536fb363 Uploaded
greg
parents:
diff changeset
211 math, engineering, and data analysis. This list of packages is available at
a357536fb363 Uploaded
greg
parents:
diff changeset
212 http://docs.continuum.io/anaconda/pkg-docs.
a357536fb363 Uploaded
greg
parents:
diff changeset
213
a357536fb363 Uploaded
greg
parents:
diff changeset
214 1) VTK version 6.3.0
a357536fb363 Uploaded
greg
parents:
diff changeset
215
a357536fb363 Uploaded
greg
parents:
diff changeset
216 The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D
a357536fb363 Uploaded
greg
parents:
diff changeset
217 computer graphics, modeling, image processing, volume rendering, scientific visualization, and
a357536fb363 Uploaded
greg
parents:
diff changeset
218 information visualization. VTK also includes ancillary support for 3D interaction widgets, two-
a357536fb363 Uploaded
greg
parents:
diff changeset
219 and three-dimensional annotation, and parallel computing. At its core, VTK is implemented as a
a357536fb363 Uploaded
greg
parents:
diff changeset
220 C++ toolkit, requiring users to build applications by combining various objects into an application.
a357536fb363 Uploaded
greg
parents:
diff changeset
221 The system also supports automated wrapping of the C++ core into Python, Java, and Tcl, so VTK
a357536fb363 Uploaded
greg
parents:
diff changeset
222 applications may also be written using these interpreted programming languages.
a357536fb363 Uploaded
greg
parents:
diff changeset
223
a357536fb363 Uploaded
greg
parents:
diff changeset
224 VTK employs Kitware’s Quality Software Process (CMake, CTest, CDash, and CPack) to build, test,
a357536fb363 Uploaded
greg
parents:
diff changeset
225 and package the system, making VTK a cross-platform application dependent on test-driven development
a357536fb363 Uploaded
greg
parents:
diff changeset
226 and extreme programming, and enabling the application to produce high-quality, robust code. VTK is
a357536fb363 Uploaded
greg
parents:
diff changeset
227 used world-wide in commercial applications, as well as in research and development. It is the basis
a357536fb363 Uploaded
greg
parents:
diff changeset
228 for many advanced visualization applications such as ParaView, VisIt, VisTrails, Slicer, MayaVi, and
a357536fb363 Uploaded
greg
parents:
diff changeset
229 OsiriX.
a357536fb363 Uploaded
greg
parents:
diff changeset
230
a357536fb363 Uploaded
greg
parents:
diff changeset
231 3) Pycsg version 0.3.0
a357536fb363 Uploaded
greg
parents:
diff changeset
232
a357536fb363 Uploaded
greg
parents:
diff changeset
233 Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and
a357536fb363 Uploaded
greg
parents:
diff changeset
234 intersection to combine 3D solids. This library implements CSG operations on meshes elegantly and
a357536fb363 Uploaded
greg
parents:
diff changeset
235 concisely using BSP trees, and is meant to serve as an easily understandable implementation of the
a357536fb363 Uploaded
greg
parents:
diff changeset
236 algorithm. All edge cases involving overlapping coplanar polygons in both solids are correctly handled.
a357536fb363 Uploaded
greg
parents:
diff changeset
237
a357536fb363 Uploaded
greg
parents:
diff changeset
238 4) Pytriangle version 1.0
a357536fb363 Uploaded
greg
parents:
diff changeset
239
a357536fb363 Uploaded
greg
parents:
diff changeset
240 Pytriangle is a python interface to the 2D triangulation program originally written by Jonathan Richard Shewchuck
a357536fb363 Uploaded
greg
parents:
diff changeset
241
a357536fb363 Uploaded
greg
parents:
diff changeset
242 5) Icqsol version 1.0
a357536fb363 Uploaded
greg
parents:
diff changeset
243
a357536fb363 Uploaded
greg
parents:
diff changeset
244 Icqsol is a collection of tools for constructing and solving partial differential equations.
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
245
0
a357536fb363 Uploaded
greg
parents:
diff changeset
246
a357536fb363 Uploaded
greg
parents:
diff changeset
247 </readme>
a357536fb363 Uploaded
greg
parents:
diff changeset
248 </package>
a357536fb363 Uploaded
greg
parents:
diff changeset
249 </tool_dependency>