# HG changeset patch # User iuc # Date 1448933335 18000 # Node ID de8798991a6aad9a9a235ef17017ebce739f4ebc # Parent 43f1ac6314d1f7c3de82c5b776345194d9e8d840 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_eigen_3_1 commit baa6a1ec8b3c440cdf73409ccaafcd303e9f4e72 diff -r 43f1ac6314d1 -r de8798991a6a tool_dependencies.xml --- a/tool_dependencies.xml Thu Nov 19 13:17:19 2015 -0500 +++ b/tool_dependencies.xml Mon Nov 30 20:28:55 2015 -0500 @@ -1,25 +1,36 @@ + + + + - http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz + http://bitbucket.org/eigen/eigen/get/3.1.3.tar.gz + + + + + + + $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 + $INSTALL_DIR/unpacked_source + $INSTALL_DIR/eigen3/include + $INSTALL_DIR/eigen3/include + $INSTALL_DIR/eigen3/include + $INSTALL_DIR/eigen3/share/pkgconfig - Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH and EIGEN3_LIB_PATH will be available. + Downloading and compiling the eigen3 library and unpacking it to the EIGEN3_SOURCE_PATH. EIGEN3_INCLUDE_PATH will be available.