Mercurial > repos > iuc > package_octave_3_8
view tool_dependencies.xml @ 2:a80587d5252e draft default tip
Uploaded
author | iuc |
---|---|
date | Wed, 18 Feb 2015 11:35:08 -0500 |
parents | c5f08be7aa1b |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="octave" version="3.8"> <install version="1.0"> <actions> <action type="download_by_url">ftp://ftp.gnu.org/gnu/octave/octave-3.8.1.tar.gz</action> <action type="autoconf">--disable-readline</action> <action type="set_environment"> <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> <environment_variable name="OCTAVE_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> </action> </actions> </install> <readme> 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/ </readme> </package> </tool_dependency>