Mercurial > repos > iuc > package_gnuplot_4_6
view tool_dependencies.xml @ 3:06fab45daab3 draft
Uploaded
author | iuc |
---|---|
date | Wed, 29 Oct 2014 10:35:52 -0400 |
parents | 072264057d3f |
children | da4126791b4d |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="libgd" version="2.1.0"> <repository changeset_revision="c90f69dd8ad9" name="package_libgd_2_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="cairo" version="1.12.14"> <repository changeset_revision="8f011e7388e1" name="package_cairo_1_12_14" owner="devteam" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="gnuplot" version="4.6"> <install version="1.0"> <actions> <action type="download_by_url">http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.6/gnuplot-4.6.6.tar.gz</action> <action type="set_environment_for_install"> <repository changeset_revision="c90f69dd8ad9" name="package_libgd_2_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="libgd" version="2.1.0" /> </repository> <repository changeset_revision="8f011e7388e1" name="package_cairo_1_12_14" owner="devteam" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="cairo" version="1.12.14" /> </repository> </action> <action type="autoconf" /> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> <environment_variable action="set_to" name="GNUPLOT_ROOT_PATH">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. It was originally created to allow scientists and students to visualize mathematical functions and data interactively, but has grown to support many non-interactive uses such as web scripting. It is also used as a plotting engine by third-party applications like Octave. http://www.gnuplot.info/ </readme> </package> </tool_dependency>