comparison tool_dependencies.xml @ 0:6c80d36c61b0

Uploaded
author bgruening
date Tue, 14 May 2013 15:54:06 -0400
parents
children fa6a1739bbd4
comparison
equal deleted inserted replaced
-1:000000000000 0:6c80d36c61b0
1 <tool_dependency>
2 <package name="eigen3" version="3.1.3">
3 <install version="1.0">
4 <actions>
5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz</action>
6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
7
8 <action type="shell_command">cp -r ./eigen-eigen-2249f9c22fe8/* $INSTALL_DIR/unpacked_source</action>
9 <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
10 <action type="shell_command">make</action>
11 <action type="shell_command">make install</action>
12
13 <action type="set_environment">
14 <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>
15 <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen3/include</environment_variable>
16 <environment_variable name="EIGEN3_LIB_PATH" action="set_to">$INSTALL_DIR/eigen3/lib</environment_variable>
17 </action>
18 </actions>
19 </install>
20 <readme>Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH and EIGEN3_LIB_PATH will be available.</readme>
21 </package>
22 </tool_dependency>