annotate tool_dependencies.xml @ 2:cd0e48578c91 draft

Uploaded
author greg
date Sat, 14 Nov 2015 17:58:17 -0500
parents ee534b2a2094
children 245029376e25
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">
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
4 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
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>
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
12
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
13 <action type="set_environment_for_install">
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
14 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
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
a357536fb363 Uploaded
greg
parents:
diff changeset
21 <!-- Install VTK 6.3.0 into the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
22 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
23
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
24 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
25 export PYTHONPATH=$INSTALL_DIR/lib/python2.7/site-packages:$INSTALL_DIR/lib/python2.7:$INSTALL_DIR/lib:$INSTALL_DIR:$PYTHONPATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
26 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
27 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
28 conda install -c https://conda.anaconda.org/anaconda vtk --yes
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
29
0
a357536fb363 Uploaded
greg
parents:
diff changeset
30 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
31
a357536fb363 Uploaded
greg
parents:
diff changeset
32 <!-- Install and compile pycsg version 0.3.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
33 <action type="make_directory">$TMP_WORK_DIR/pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
34 <action type="change_directory">$TMP_WORK_DIR/pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
35 <action type="shell_command">git clone https://github.com/pletzer/pycsg.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
36 <action type="change_directory">pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
37 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
38
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
39 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
40 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
41 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
42 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
43
0
a357536fb363 Uploaded
greg
parents:
diff changeset
44 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
45
a357536fb363 Uploaded
greg
parents:
diff changeset
46 <!-- Install and compile pytriangle version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
47 <action type="make_directory">$TMP_WORK_DIR/pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
48 <action type="change_directory">$TMP_WORK_DIR/pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
49 <action type="shell_command">git clone https://github.com/pletzer/pytriangle.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
50 <action type="change_directory">pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
51 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
52
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
53 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
54 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
55 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
56 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
57
0
a357536fb363 Uploaded
greg
parents:
diff changeset
58 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
59
a357536fb363 Uploaded
greg
parents:
diff changeset
60 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
61 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
62 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
63 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
64 <action type="change_directory">icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
65 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
66
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
67 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
68 export LD_LIBRARY_PATH=$INSTALL_DIR/lib:$LD_LIBRARY_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
69 cmake -DINSTALL_USER=OFF -DINSTALL_PREFIX=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
70
0
a357536fb363 Uploaded
greg
parents:
diff changeset
71 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
72
a357536fb363 Uploaded
greg
parents:
diff changeset
73 <action type="set_environment">
a357536fb363 Uploaded
greg
parents:
diff changeset
74 <!--
a357536fb363 Uploaded
greg
parents:
diff changeset
75 Only the PATH environment variable needs to be modified for an Anaconda environment so that it gets
a357536fb363 Uploaded
greg
parents:
diff changeset
76 the right Python from the environment bin directory.
a357536fb363 Uploaded
greg
parents:
diff changeset
77 -->
a357536fb363 Uploaded
greg
parents:
diff changeset
78 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
79 <environment_variable action="set_to" name="ANACONDAHOME">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
80 <environment_variable action="set_to" name="ICQSOL_ROOT_DIR">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
81 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
82 </actions>
a357536fb363 Uploaded
greg
parents:
diff changeset
83
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
84 <actions architecture="x86_64" os="darwin">
0
a357536fb363 Uploaded
greg
parents:
diff changeset
85 <!-- Install and compile Anaconda 2.3.0 which provides Python 2.7.10 -->
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
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>
2
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
87 <action type="set_environment_for_install">
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
88 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
89 <package name="cmake" version="3.2.3" />
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
90 </repository>
cd0e48578c91 Uploaded
greg
parents: 1
diff changeset
91 </action>
0
a357536fb363 Uploaded
greg
parents:
diff changeset
92 <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
93
a357536fb363 Uploaded
greg
parents:
diff changeset
94 <!-- Install VTK 6.3.0 into the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
95 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
96
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
97 export PATH=$INSTALL_DIR/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
98 export DYLD_LIBRARY_PATH=$INSTALL_DIR/lib:$DYLD_LIBRARY_PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
99 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
100 conda install -c https://conda.anaconda.org/anaconda vtk --yes
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
101
0
a357536fb363 Uploaded
greg
parents:
diff changeset
102 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
103 <action type="shell_command">
a357536fb363 Uploaded
greg
parents:
diff changeset
104 ln -s $INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/bin/vtkpython $INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/bin/python
a357536fb363 Uploaded
greg
parents:
diff changeset
105 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
106
a357536fb363 Uploaded
greg
parents:
diff changeset
107 <!-- Install and compile pycsg version 0.3.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
108 <action type="make_directory">$TMP_WORK_DIR/pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
109 <action type="change_directory">$TMP_WORK_DIR/pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
110 <action type="shell_command">git clone https://github.com/pletzer/pycsg.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
111 <action type="change_directory">pycsg</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
112 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
113
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
114 export PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
115 export DYLD_LIBRARY_PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/lib:$DYLD_LIBRARY_PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
116 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
117 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
118
0
a357536fb363 Uploaded
greg
parents:
diff changeset
119 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
120
a357536fb363 Uploaded
greg
parents:
diff changeset
121 <!-- Install and compile pytriangle version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
122 <action type="make_directory">$TMP_WORK_DIR/pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
123 <action type="change_directory">$TMP_WORK_DIR/pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
124 <action type="shell_command">git clone https://github.com/pletzer/pytriangle.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
125 <action type="change_directory">pytriangle</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
126 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
127
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
128 export PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
129 export DYLD_LIBRARY_PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/lib:$DYLD_LIBRARY_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
130 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH
a357536fb363 Uploaded
greg
parents:
diff changeset
131 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
132
0
a357536fb363 Uploaded
greg
parents:
diff changeset
133 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
134
a357536fb363 Uploaded
greg
parents:
diff changeset
135 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
a357536fb363 Uploaded
greg
parents:
diff changeset
136 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
137 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
138 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
139 <action type="change_directory">icqsol</action>
a357536fb363 Uploaded
greg
parents:
diff changeset
140 <action type="shell_command">
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
141
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
142 export PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/bin:$PATH &amp;&amp;
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
143 export DYLD_LIBRARY_PATH=$INSTALL_DIR/pkgs/vtk-6.3.0-py27_0/lib:$DYLD_LIBRARY_PATH &amp;&amp;
0
a357536fb363 Uploaded
greg
parents:
diff changeset
144 cmake -DINSTALL_USER=OFF -DINSTALL_PREFIX=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
145
0
a357536fb363 Uploaded
greg
parents:
diff changeset
146 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
147
a357536fb363 Uploaded
greg
parents:
diff changeset
148 <action type="set_environment">
a357536fb363 Uploaded
greg
parents:
diff changeset
149 <!--
a357536fb363 Uploaded
greg
parents:
diff changeset
150 Only the PATH environment variable needs to be modified for an Anaconda environment so that it gets
a357536fb363 Uploaded
greg
parents:
diff changeset
151 the right Python from the environment bin directory. The way Anaconda environments work is that they
a357536fb363 Uploaded
greg
parents:
diff changeset
152 hard link everything that is installed into the environment. For all intents and purposes, this means
a357536fb363 Uploaded
greg
parents:
diff changeset
153 that each environment is a completely separate installation of Python and all the packages. By using
a357536fb363 Uploaded
greg
parents:
diff changeset
154 hard links, this is done efficiently. Thus, there's no need to mess with PYTHONPATH because the Python
a357536fb363 Uploaded
greg
parents:
diff changeset
155 binary in the environment already searches the site-packages in the environment, and the lib of the
a357536fb363 Uploaded
greg
parents:
diff changeset
156 environment, and so on.
a357536fb363 Uploaded
greg
parents:
diff changeset
157 -->
a357536fb363 Uploaded
greg
parents:
diff changeset
158 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
159 <environment_variable action="set_to" name="ANACONDAHOME">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
160 <environment_variable action="set_to" name="ICQSOL_ROOT_DIR">$INSTALL_DIR</environment_variable>
a357536fb363 Uploaded
greg
parents:
diff changeset
161 </action>
a357536fb363 Uploaded
greg
parents:
diff changeset
162 </actions>
a357536fb363 Uploaded
greg
parents:
diff changeset
163 </actions_group>
a357536fb363 Uploaded
greg
parents:
diff changeset
164 </install>
a357536fb363 Uploaded
greg
parents:
diff changeset
165 <readme>
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
166
0
a357536fb363 Uploaded
greg
parents:
diff changeset
167 This installation recipe installs the Anaconda version 2.3.0 of the Python programming language
a357536fb363 Uploaded
greg
parents:
diff changeset
168 version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use
a357536fb363 Uploaded
greg
parents:
diff changeset
169 and redistribution). It includes more than 300 of the most popular Python packages for science,
a357536fb363 Uploaded
greg
parents:
diff changeset
170 math, engineering, and data analysis. This list of packages is available at
a357536fb363 Uploaded
greg
parents:
diff changeset
171 http://docs.continuum.io/anaconda/pkg-docs.
a357536fb363 Uploaded
greg
parents:
diff changeset
172
a357536fb363 Uploaded
greg
parents:
diff changeset
173 1) VTK version 6.3.0
a357536fb363 Uploaded
greg
parents:
diff changeset
174
a357536fb363 Uploaded
greg
parents:
diff changeset
175 The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D
a357536fb363 Uploaded
greg
parents:
diff changeset
176 computer graphics, modeling, image processing, volume rendering, scientific visualization, and
a357536fb363 Uploaded
greg
parents:
diff changeset
177 information visualization. VTK also includes ancillary support for 3D interaction widgets, two-
a357536fb363 Uploaded
greg
parents:
diff changeset
178 and three-dimensional annotation, and parallel computing. At its core, VTK is implemented as a
a357536fb363 Uploaded
greg
parents:
diff changeset
179 C++ toolkit, requiring users to build applications by combining various objects into an application.
a357536fb363 Uploaded
greg
parents:
diff changeset
180 The system also supports automated wrapping of the C++ core into Python, Java, and Tcl, so VTK
a357536fb363 Uploaded
greg
parents:
diff changeset
181 applications may also be written using these interpreted programming languages.
a357536fb363 Uploaded
greg
parents:
diff changeset
182
a357536fb363 Uploaded
greg
parents:
diff changeset
183 VTK employs Kitware’s Quality Software Process (CMake, CTest, CDash, and CPack) to build, test,
a357536fb363 Uploaded
greg
parents:
diff changeset
184 and package the system, making VTK a cross-platform application dependent on test-driven development
a357536fb363 Uploaded
greg
parents:
diff changeset
185 and extreme programming, and enabling the application to produce high-quality, robust code. VTK is
a357536fb363 Uploaded
greg
parents:
diff changeset
186 used world-wide in commercial applications, as well as in research and development. It is the basis
a357536fb363 Uploaded
greg
parents:
diff changeset
187 for many advanced visualization applications such as ParaView, VisIt, VisTrails, Slicer, MayaVi, and
a357536fb363 Uploaded
greg
parents:
diff changeset
188 OsiriX.
a357536fb363 Uploaded
greg
parents:
diff changeset
189
a357536fb363 Uploaded
greg
parents:
diff changeset
190 3) Pycsg version 0.3.0
a357536fb363 Uploaded
greg
parents:
diff changeset
191
a357536fb363 Uploaded
greg
parents:
diff changeset
192 Constructive Solid Geometry (CSG) is a modeling technique that uses Boolean operations like union and
a357536fb363 Uploaded
greg
parents:
diff changeset
193 intersection to combine 3D solids. This library implements CSG operations on meshes elegantly and
a357536fb363 Uploaded
greg
parents:
diff changeset
194 concisely using BSP trees, and is meant to serve as an easily understandable implementation of the
a357536fb363 Uploaded
greg
parents:
diff changeset
195 algorithm. All edge cases involving overlapping coplanar polygons in both solids are correctly handled.
a357536fb363 Uploaded
greg
parents:
diff changeset
196
a357536fb363 Uploaded
greg
parents:
diff changeset
197 4) Pytriangle version 1.0
a357536fb363 Uploaded
greg
parents:
diff changeset
198
a357536fb363 Uploaded
greg
parents:
diff changeset
199 Pytriangle is a python interface to the 2D triangulation program originally written by Jonathan Richard Shewchuck
a357536fb363 Uploaded
greg
parents:
diff changeset
200
a357536fb363 Uploaded
greg
parents:
diff changeset
201 5) Icqsol version 1.0
a357536fb363 Uploaded
greg
parents:
diff changeset
202
a357536fb363 Uploaded
greg
parents:
diff changeset
203 Icqsol is a collection of tools for constructing and solving partial differential equations.
1
ee534b2a2094 Uploaded
greg
parents: 0
diff changeset
204
0
a357536fb363 Uploaded
greg
parents:
diff changeset
205
a357536fb363 Uploaded
greg
parents:
diff changeset
206 </readme>
a357536fb363 Uploaded
greg
parents:
diff changeset
207 </package>
a357536fb363 Uploaded
greg
parents:
diff changeset
208 </tool_dependency>