annotate tool_dependencies.xml @ 1:ee534b2a2094 draft

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