Previous changeset 0:6a1c187f36aa (2013-08-11) Next changeset 2:68ee51034349 (2015-07-17) |
Commit message:
adoption of new toolshed features |
modified:
tool_dependencies.xml |
b |
diff -r 6a1c187f36aa -r b8ed0e76f501 tool_dependencies.xml --- a/tool_dependencies.xml Sun Aug 11 06:32:13 2013 -0400 +++ b/tool_dependencies.xml Fri Nov 15 14:54:48 2013 -0500 |
b |
@@ -4,11 +4,11 @@ <actions> <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz</action> <action type="make_directory">$INSTALL_DIR/unpacked_source</action> - - <action type="shell_command">cp -r ./eigen-eigen-2249f9c22fe8/* $INSTALL_DIR/unpacked_source</action> - <action type="shell_command">mkdir ./eigen-eigen-2249f9c22fe8/build/ && cd ./eigen-eigen-2249f9c22fe8/build/ && cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action> - <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make</action> - <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make install</action> + <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action> + <action type="make_directory">build</action> + <action type="change_directory">build</action> + <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action> + <action type="make_install" /> <action type="set_environment"> <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> |