# HG changeset patch # User iuc # Date 1446380133 18000 # Node ID 94ced55dee5f3d97485f5d4aabe222697a44c6ed planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_2 commit 3b807ce58b3e8ca23298941ad50314eb5486f3f7 diff -r 000000000000 -r 94ced55dee5f tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Nov 01 07:15:33 2015 -0500 @@ -0,0 +1,37 @@ + + + + + + + + + https://bitbucket.org/eigen/eigen/get/3.2.6.tar.bz2 + + + + + + + + $INSTALL_DIR/unpacked_source + cp -r * $INSTALL_DIR/unpacked_source + build + build + + cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR/eigen3/ + + + + $INSTALL_DIR/unpacked_source + $INSTALL_DIR/eigen3/include + $INSTALL_DIR/eigen3/lib + $INSTALL_DIR/eigen3/lib + $INSTALL_DIR/eigen3/include + $INSTALL_DIR/eigen3/include + + + + Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH and EIGEN3_LIB_PATH will be available. + +