comparison tool_dependencies.xml @ 0:c6204ba02233 draft default tip

Uploaded tool dependency definition.
author devteam
date Tue, 01 Oct 2013 11:53:14 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:c6204ba02233
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="eigen" version="3.2.0">
4 <install version="1.0">
5 <actions>
6 <action type="download_by_url" target_filename="eigen-eigen-ffa86ffb5570.tar.bz2">http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2</action>
7 <action type="make_directory">build</action>
8 <action type="change_directory">build</action>
9 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN_INCLUDE_INSTALL_DIR=$INSTALL_DIR/include</action>
10 <action type="shell_command">make install</action>
11 <action type="set_environment">
12 <environment_variable name="EIGEN_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
13 <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/include</environment_variable>
14 </action>
15 </actions>
16 </install>
17 <readme>
18 </readme>
19 </package>
20 </tool_dependency>