comparison tool_dependencies.xml @ 3:8118aacf1600 draft

Uploaded
author iuc
date Wed, 28 Jan 2015 03:32:34 -0500
parents 31643745f30c
children 336ab080d1d4
comparison
equal deleted inserted replaced
2:31643745f30c 3:8118aacf1600
16 </action> 16 </action>
17 17
18 <action type="shell_command">./bootstrap.sh</action> 18 <action type="shell_command">./bootstrap.sh</action>
19 <!-- try to set the right architecture with uname -m --> 19 <!-- try to set the right architecture with uname -m -->
20 <action type="shell_command"> 20 <action type="shell_command">
21 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR; 2&gt;&amp;1 21 ./bjam address-model=64 cflags=-fPIC cxxflags=-fPIC install --prefix=$INSTALL_DIR/boost/ -sBZIP2_INCLUDE=$BZLIB_INCLUDE_DIR -sBZIP2_LIB=$BZLIB_LIB_DIR -sBZIP2_SOURCE=$BZLIB_SOURCE_DIR;
22 22
23 </action> 23 </action>
24 <action type="set_environment"> 24 <action type="set_environment">
25 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable> 25 <environment_variable action="set_to" name="BOOST_ROOT_DIR">$INSTALL_DIR/boost</environment_variable>
26 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable> 26 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/boost/lib/</environment_variable>