comparison tool_dependencies.xml @ 7:94ea1b21697c draft

Uploaded
author greg
date Fri, 08 Jul 2016 14:28:38 -0400
parents 50b81c1d4294
children c53330c0566c
comparison
equal deleted inserted replaced
6:50b81c1d4294 7:94ea1b21697c
61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . && 61 -DPYTHON_INCLUDE_DIR:PATH=$INSTALL_DIR/include/python2.7 . &&
62 make && 62 make &&
63 make install 63 make install
64 64
65 </action> 65 </action>
66 <action type="move_directory_files">
67 <source_directory>../build/bin</source_directory>
68 <destination_directory>$INSTALL_DIR/bin</destination_directory>
69 </action>
70 <action type="move_directory_files">
71 <source_directory>../build/include</source_directory>
72 <destination_directory>$INSTALL_DIR/include</destination_directory>
73 </action>
74 <action type="move_directory_files">
75 <source_directory>../build/lib</source_directory>
76 <destination_directory>$INSTALL_DIR/lib</destination_directory>
77 </action>
78 66
79 <!-- Install and compile icqsol version 1.0 as a package in the above Python --> 67 <!-- Install and compile icqsol version 1.0 as a package in the above Python -->
80 <action type="make_directory">$TMP_WORK_DIR/icqsol</action> 68 <action type="make_directory">$TMP_WORK_DIR/icqsol</action>
81 <action type="change_directory">$TMP_WORK_DIR/icqsol</action> 69 <action type="change_directory">$TMP_WORK_DIR/icqsol</action>
82 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action> 70 <action type="shell_command">git clone https://github.com/pletzer/icqsol.git</action>