comparison tool_dependencies.xml @ 1:27a8ddf00b84 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_eigen_3_2_0 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 18:37:25 -0500
parents dfd2503afe0d
children
comparison
equal deleted inserted replaced
0:dfd2503afe0d 1:27a8ddf00b84
2 <tool_dependency> 2 <tool_dependency>
3 <package name="eigen" version="3.2.0"> 3 <package name="eigen" version="3.2.0">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url" target_filename="eigen-eigen-ffa86ffb5570.tar.bz2">http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2</action> 6 <action type="download_by_url" target_filename="eigen-eigen-ffa86ffb5570.tar.bz2">http://bitbucket.org/eigen/eigen/get/3.2.0.tar.bz2</action>
7 <action type="move_directory_files"> 7 <action type="make_directory">build</action>
8 <source_directory>./Eigen</source_directory> 8 <action type="change_directory">build</action>
9 <destination_directory>$INSTALL_DIR/include/Eigen</destination_directory> 9 <action type="shell_command">cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN_INCLUDE_INSTALL_DIR=$INSTALL_DIR/include</action>
10 </action> 10 <action type="shell_command">make install</action>
11 <action type="set_environment"> 11 <action type="set_environment">
12 <environment_variable name="EIGEN_ROOT" action="set_to">$INSTALL_DIR</environment_variable> 12 <environment_variable name="EIGEN_ROOT" action="set_to">$INSTALL_DIR</environment_variable>
13 <environment_variable name="EIGEN3_INCLUDE_PATH" action="set_to">$INSTALL_DIR/include</environment_variable>
13 </action> 14 </action>
14 </actions> 15 </actions>
15 </install> 16 </install>
16 <readme> 17 <readme>
17 </readme> 18 </readme>