annotate tool_dependencies.xml @ 3:245029376e25 draft

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