Mercurial > repos > greg > package_icqsol_1_0
comparison tool_dependencies.xml @ 6:50b81c1d4294 draft
Uploaded
author | greg |
---|---|
date | Fri, 08 Jul 2016 14:06:52 -0400 |
parents | 70c2d4e3a34b |
children | 94ea1b21697c |
comparison
equal
deleted
inserted
replaced
5:70c2d4e3a34b | 6:50b81c1d4294 |
---|---|
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.2.0 into the above Python --> | 21 <!-- Install VTK 6.3.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.3.0.tar.gz" type="download_file">http://www.vtk.org/files/release/6.3/VTK-6.3.0.tar.gz</action> | 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> |
25 <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action> | 25 <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action> |
26 <action type="change_directory">VTK-6.3.0</action> | 26 <action type="change_directory">VTK-6.3.0</action> |
112 </repository> | 112 </repository> |
113 </action> | 113 </action> |
114 | 114 |
115 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action> | 115 <action type="shell_command">bash Anaconda-2.3.0-MacOSX-x86_64.sh -b -f -p $INSTALL_DIR</action> |
116 | 116 |
117 <!-- Install and compile VTK 6.2.0 as a package in the above Python --> | 117 <!-- Install and compile VTK 6.3.0 as a package in the above Python --> |
118 <action type="make_directory">$TMP_WORK_DIR/vtk</action> | 118 <action type="make_directory">$TMP_WORK_DIR/vtk</action> |
119 <action type="change_directory">$TMP_WORK_DIR/vtk</action> | 119 <action type="change_directory">$TMP_WORK_DIR/vtk</action> |
120 <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> | 120 <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> |
121 <action type="shell_command">tar xfvz VTK-6.2.0.tar.gz</action> | 121 <action type="shell_command">tar xfvz VTK-6.3.0.tar.gz</action> |
122 <action type="change_directory">VTK-6.2.0</action> | 122 <action type="change_directory">VTK-6.3.0</action> |
123 <action type="shell_command"> | 123 <action type="shell_command"> |
124 | 124 |
125 export PATH=$INSTALL_DIR/bin:$INSTALL_DIR/bin:$PATH && | 125 export PATH=$INSTALL_DIR/bin:$PATH && |
126 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH && | 126 export PKG_CONFIG_PATH=$INSTALL_DIR/lib/pkgconfig:$PKG_CONFIG_PATH && |
127 cmake \ | 127 cmake \ |
128 -DCMAKE_BUILD_TYPE:STRING=Release \ | 128 -DCMAKE_BUILD_TYPE:STRING=Release \ |
129 -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/../build \ | 129 -DCMAKE_INSTALL_PREFIX:PATH=`pwd`/../build \ |
130 -DVTK_WRAP_PYTHON:BOOL=ON \ | 130 -DVTK_WRAP_PYTHON:BOOL=ON \ |
156 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && | 156 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && |
157 make && | 157 make && |
158 make install | 158 make install |
159 | 159 |
160 </action> | 160 </action> |
161 <action type="move_directory_files"> | |
162 <source_directory>../build/bin</source_directory> | |
163 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
164 </action> | |
165 <action type="move_directory_files"> | |
166 <source_directory>../build/include</source_directory> | |
167 <destination_directory>$INSTALL_DIR/include</destination_directory> | |
168 </action> | |
169 <action type="move_directory_files"> | |
170 <source_directory>../build/lib</source_directory> | |
171 <destination_directory>$INSTALL_DIR/lib</destination_directory> | |
172 </action> | |
173 | 161 |
174 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> | 162 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> |
175 <action type="make_directory">$TMP_WORK_DIR/icqsol</action> | 163 <action type="make_directory">$TMP_WORK_DIR/icqsol</action> |
176 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> | 164 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> |
177 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> | 165 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> |