Mercurial > repos > greg > package_icqsol_1_0
comparison tool_dependencies.xml @ 13:788728c094da draft
Uploaded
author | greg |
---|---|
date | Tue, 12 Jul 2016 08:15:01 -0400 |
parents | 565289c8c532 |
children | 283b9344e7c4 |
comparison
equal
deleted
inserted
replaced
12:565289c8c532 | 13:788728c094da |
---|---|
16 </repository> | 16 </repository> |
17 </action> | 17 </action> |
18 | 18 |
19 <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action> | 19 <action type="shell_command">bash Anaconda-2.3.0-Linux-x86_64.sh -b -f -p $INSTALL_DIR</action> |
20 | 20 |
21 <!-- Install VTK 6.3.0 into the above Python --> | 21 <!-- Install VTK 6.2.0 into the above Python --> |
22 <action type="make_directory">$TMP_WORK_DIR/vtk</action> | 22 <action type="make_directory">$TMP_WORK_DIR/vtk</action> |
23 <action type="change_directory">$TMP_WORK_DIR/vtk</action> | 23 <action type="change_directory">$TMP_WORK_DIR/vtk</action> |
24 <action target_filename="VTK-6.2.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.2/VTK-6.2.0.tar.gz</action> | 24 <action target_filename="VTK-6.2.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.2/VTK-6.2.0.tar.gz</action> |
25 <action type="shell_command">tar xfvz VTK-6.2.0.tar.gz</action> | 25 <action type="shell_command">tar xfvz VTK-6.2.0.tar.gz</action> |
26 <action type="change_directory">VTK-6.2.0</action> | 26 <action type="change_directory">VTK-6.2.0</action> |
57 -DModule_vtkIOPLY:BOOL=ON \ | 57 -DModule_vtkIOPLY:BOOL=ON \ |
58 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \ | 58 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \ |
59 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ | 59 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ |
60 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.so \ | 60 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.so \ |
61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && | 61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && |
62 make && | 62 make -j 8 && |
63 make install | 63 make install |
64 | 64 |
65 </action> | 65 </action> |
66 <action type="move_directory_files"> | 66 <action type="move_directory_files"> |
67 <source_directory>../build/bin</source_directory> | 67 <source_directory>../build/bin</source_directory> |
82 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> | 82 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> |
83 <action type="change_directory">icqsol</action> | 83 <action type="change_directory">icqsol</action> |
84 <action type="shell_command"> | 84 <action type="shell_command"> |
85 | 85 |
86 export PATH=$INSTALL_DIR/bin:$PATH && | 86 export PATH=$INSTALL_DIR/bin:$PATH && |
87 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && | 87 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && |
88 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && | 88 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && |
89 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR | 89 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR |
90 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR | 90 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR |
91 | 91 |
92 </action> | 92 </action> |
152 -DModule_vtkIOPLY:BOOL=ON \ | 152 -DModule_vtkIOPLY:BOOL=ON \ |
153 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \ | 153 -DVTK_INSTALL_PYTHON_MODULE_DIR:PATH=$INSTALL_DIR/lib/python2.7/site-packages \ |
154 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ | 154 -DPYTHON_EXECUTABLE:PATH=$INSTALL_DIR/bin/python \ |
155 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.dylib \ | 155 -DPYTHON_LIBRARY:PATH=$INSTALL_DIR/lib/libpython2.7.dylib \ |
156 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && | 156 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && |
157 make -j 4 && | 157 make -j 8 && |
158 make install | 158 make install |
159 | 159 |
160 </action> | 160 </action> |
161 <action type="move_directory_files"> | 161 <action type="move_directory_files"> |
162 <source_directory>../build/bin</source_directory> | 162 <source_directory>../build/bin</source_directory> |
177 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> | 177 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> |
178 <action type="change_directory">icqsol</action> | 178 <action type="change_directory">icqsol</action> |
179 <action type="shell_command"> | 179 <action type="shell_command"> |
180 | 180 |
181 export PATH=$INSTALL_DIR/bin:$PATH && | 181 export PATH=$INSTALL_DIR/bin:$PATH && |
182 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.3 && | 182 export VTK_INCLUDE_DIR=$INSTALL_DIR/vtk/include/vtk-6.2 && |
183 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && | 183 export VTK_LIBRARY_DIR=$INSTALL_DIR/vtk/lib && |
184 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && | 184 $INSTALL_DIR/bin/python setup.py develop --prefix=$INSTALL_DIR && |
185 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR | 185 $INSTALL_DIR/bin/python setup.py install --prefix=$INSTALL_DIR |
186 | 186 |
187 </action> | 187 </action> |
209 version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use | 209 version 2.7.10. Anaconda is a completely free Python distribution (including for commercial use |
210 and redistribution). It includes more than 300 of the most popular Python packages for science, | 210 and redistribution). It includes more than 300 of the most popular Python packages for science, |
211 math, engineering, and data analysis. This list of packages is available at | 211 math, engineering, and data analysis. This list of packages is available at |
212 http://docs.continuum.io/anaconda/pkg-docs. | 212 http://docs.continuum.io/anaconda/pkg-docs. |
213 | 213 |
214 1) VTK version 6.3.0 | 214 1) VTK version 6.2.0 |
215 | 215 |
216 The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D | 216 The Visualization Toolkit (VTK) is an open-source, freely available software system for 3D |
217 computer graphics, modeling, image processing, volume rendering, scientific visualization, and | 217 computer graphics, modeling, image processing, volume rendering, scientific visualization, and |
218 information visualization. VTK also includes ancillary support for 3D interaction widgets, two- | 218 information visualization. VTK also includes ancillary support for 3D interaction widgets, two- |
219 and three-dimensional annotation, and parallel computing. At its core, VTK is implemented as a | 219 and three-dimensional annotation, and parallel computing. At its core, VTK is implemented as a |