Mercurial > repos > iuc > package_eigen_3_1
changeset 2:c691cdd90be4 draft
Uploaded
author | iuc |
---|---|
date | Wed, 18 Feb 2015 11:35:27 -0500 |
parents | 0212eff1cbd1 |
children | 2d825db1c143 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Nov 15 14:57:05 2013 -0500 +++ b/tool_dependencies.xml Wed Feb 18 11:35:27 2015 -0500 @@ -14,6 +14,9 @@ <environment_variable name="EIGEN3_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable> <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen3/include</environment_variable> <environment_variable name="EIGEN3_LIB_PATH" action="set_to">$INSTALL_DIR/eigen3/lib</environment_variable> + <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/eigen3/lib</environment_variable> + <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> + <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/eigen3/include</environment_variable> </action> </actions> </install>