annotate tool_dependencies.xml @ 16:cee17b592b17 draft

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