Mercurial > repos > iuc > package_eigen_2_0
diff tool_dependencies.xml @ 1:4ef14b1a225d draft
Uploaded
| author | bgruening |
|---|---|
| date | Fri, 15 Nov 2013 14:56:48 -0500 |
| parents | e3837c66c216 |
| children | 268fead9351b |
line wrap: on
line diff
--- a/tool_dependencies.xml Mon Jul 08 10:13:47 2013 -0400 +++ b/tool_dependencies.xml Fri Nov 15 14:56:48 2013 -0500 @@ -4,11 +4,11 @@ <actions> <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action> <action type="make_directory">$INSTALL_DIR/unpacked_source</action> - - <action type="shell_command">cp -r ./eigen-eigen-b23437e61a07/* $INSTALL_DIR/unpacked_source</action> - <action type="shell_command">cd ./eigen-eigen-b23437e61a07 && cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen2/</action> - <action type="shell_command">cd ./eigen-eigen-b23437e61a07 && make</action> - <action type="shell_command">cd ./eigen-eigen-b23437e61a07 && 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="EIGEN2_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>
