Mercurial > repos > bgruening > package_eigen_3_1
comparison tool_dependencies.xml @ 5:b72b882b30b4 default tip
Uploaded
author | bgruening |
---|---|
date | Tue, 14 May 2013 16:24:51 -0400 |
parents | e9df2a7c0400 |
children |
comparison
equal
deleted
inserted
replaced
4:e9df2a7c0400 | 5:b72b882b30b4 |
---|---|
4 <actions> | 4 <actions> |
5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz</action> | 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> | 6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action> |
7 | 7 |
8 <action type="shell_command">cp -r ./eigen-eigen-2249f9c22fe8/* $INSTALL_DIR/unpacked_source</action> | 8 <action type="shell_command">cp -r ./eigen-eigen-2249f9c22fe8/* $INSTALL_DIR/unpacked_source</action> |
9 <action type="shell_command">mkdir ./eigen-eigen-2249f9c22fe8/build/ && cd ./eigen-eigen-2249f9c22fe8/build/ && cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action> | 9 <action type="shell_command">mkdir ./eigen-eigen-2249f9c22fe8/build/ && cd ./eigen-eigen-2249f9c22fe8/build/ && cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action> |
10 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make</action> | 10 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make</action> |
11 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make install</action> | 11 <action type="shell_command">cd ./eigen-eigen-2249f9c22fe8/build/ && make install</action> |
12 | 12 |
13 <action type="set_environment"> | 13 <action type="set_environment"> |
14 <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> | 14 <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> |