comparison tool_dependencies.xml @ 1:24d860ee7f16 draft

adoption of new toolshed features
author bgruening
date Fri, 15 Nov 2013 14:53:52 -0500
parents a66c1f4d3c68
children ac22c6f7ae1d
comparison
equal deleted inserted replaced
0:a66c1f4d3c68 1:24d860ee7f16
2 <package name="eigen2" version="2.0.17"> 2 <package name="eigen2" version="2.0.17">
3 <install version="1.0"> 3 <install version="1.0">
4 <actions> 4 <actions>
5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action> 5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> 6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
7 7 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action>
8 <action type="shell_command">cp -r ./eigen-eigen-b23437e61a07/* $INSTALL_DIR/unpacked_source</action> 8 <action type="make_directory">build</action>
9 <action type="shell_command">cd ./eigen-eigen-b23437e61a07 &amp;&amp; cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen2/</action> 9 <action type="change_directory">build</action>
10 <action type="shell_command">cd ./eigen-eigen-b23437e61a07 &amp;&amp; make</action> 10 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
11 <action type="shell_command">cd ./eigen-eigen-b23437e61a07 &amp;&amp; make install</action> 11 <action type="make_install" />
12 12
13 <action type="set_environment"> 13 <action type="set_environment">
14 <environment_variable name="EIGEN2_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> 14 <environment_variable name="EIGEN2_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>
15 <environment_variable name="EIGEN2_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen2/include</environment_variable> 15 <environment_variable name="EIGEN2_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen2/include</environment_variable>
16 <environment_variable name="EIGEN2_LIB_PATH" action="set_to">$INSTALL_DIR/eigen2/lib</environment_variable> 16 <environment_variable name="EIGEN2_LIB_PATH" action="set_to">$INSTALL_DIR/eigen2/lib</environment_variable>