# HG changeset patch # User iuc # Date 1432061989 14400 # Node ID 879890209e7c835689d99eae65fa99f884e403f6 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_octave_3_8 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09 diff -r 000000000000 -r 879890209e7c tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 19 14:59:49 2015 -0400 @@ -0,0 +1,23 @@ + + + + + + ftp://ftp.gnu.org/gnu/octave/octave-3.8.1.tar.gz + --disable-readline + + $INSTALL_DIR/lib + $INSTALL_DIR/bin + $INSTALL_DIR + $INSTALL_DIR/include + $INSTALL_DIR/include + + + + + GNU Octave is a high-level interpreted language, primarily intended for numerical computations. It provides capabilities for the numerical solution of linear and nonlinear problems, and for performing other numerical experiments. It also provides extensive graphics capabilities for data visualization and manipulation. Octave is normally used through its interactive command line interface, but it can also be used to write non-interactive programs. The Octave language is quite similar to Matlab so that most programs are easily portable. + + https://www.gnu.org/software/octave/ + + +