annotate tool_dependencies.xml @ 1:24d860ee7f16 draft

adoption of new toolshed features
author bgruening
date Fri, 15 Nov 2013 14:53:52 -0500
parents a66c1f4d3c68
children ac22c6f7ae1d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
1 <tool_dependency>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
2 <package name="eigen2" version="2.0.17">
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
3 <install version="1.0">
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
4 <actions>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
5 <action type="download_by_url">http://bitbucket.org/eigen/eigen/get/2.0.17.tar.gz</action>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
6 <action type="make_directory">$INSTALL_DIR/unpacked_source</action>
1
24d860ee7f16 adoption of new toolshed features
bgruening
parents: 0
diff changeset
7 <action type="shell_command">cp -r * $INSTALL_DIR/unpacked_source</action>
24d860ee7f16 adoption of new toolshed features
bgruening
parents: 0
diff changeset
8 <action type="make_directory">build</action>
24d860ee7f16 adoption of new toolshed features
bgruening
parents: 0
diff changeset
9 <action type="change_directory">build</action>
24d860ee7f16 adoption of new toolshed features
bgruening
parents: 0
diff changeset
10 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/</action>
24d860ee7f16 adoption of new toolshed features
bgruening
parents: 0
diff changeset
11 <action type="make_install" />
0
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
12
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
13 <action type="set_environment">
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
14 <environment_variable name="EIGEN2_SOURCE_PATH" action="set_to">$INSTALL_DIR/unpacked_source</environment_variable>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
15 <environment_variable name="EIGEN2_INCLUDE_PATH" action="set_to">$INSTALL_DIR/eigen2/include</environment_variable>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
16 <environment_variable name="EIGEN2_LIB_PATH" action="set_to">$INSTALL_DIR/eigen2/lib</environment_variable>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
17 </action>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
18 </actions>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
19 </install>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
20 <readme>Downloading and compiling the eigen2 library and unpacking it to the EIGEN2_SOURCE_PATH. EIGEN2_INCLUDE_PATH and EIGEN2_LIB_PATH will be available.</readme>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
21 </package>
a66c1f4d3c68 initial upload
iuc
parents:
diff changeset
22 </tool_dependency>