Mercurial > repos > iuc > package_gnuplot_4_6
annotate tool_dependencies.xml @ 1:2d356c5a1354 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_4_6 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
author | iuc |
---|---|
date | Wed, 04 Nov 2015 09:53:08 -0500 |
parents | 1b3a60daf8fb |
children |
rev | line source |
---|---|
0 | 1 <?xml version="1.0"?> |
2 <tool_dependency> | |
3 <package name="libgd" version="2.1.0"> | |
1
2d356c5a1354
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_4_6 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
iuc
parents:
0
diff
changeset
|
4 <repository changeset_revision="9ff7903354f2" name="package_libgd_2_1" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 5 </package> |
6 <package name="cairo" version="1.12.14"> | |
7 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="readline" version="6.2"> | |
1
2d356c5a1354
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_4_6 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
iuc
parents:
0
diff
changeset
|
10 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> |
0 | 11 </package> |
12 <package name="gnuplot" version="4.6"> | |
13 <install version="1.0"> | |
14 <actions> | |
15 <action type="download_by_url">http://downloads.sourceforge.net/project/gnuplot/gnuplot/4.6.6/gnuplot-4.6.6.tar.gz</action> | |
16 | |
17 <action type="set_environment_for_install"> | |
1
2d356c5a1354
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_4_6 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
iuc
parents:
0
diff
changeset
|
18 <repository changeset_revision="9ff7903354f2" name="package_libgd_2_1" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
0 | 19 <package name="libgd" version="2.1.0" /> |
20 </repository> | |
21 <repository changeset_revision="b39299b4b6e1" name="package_cairo_1_12_14" owner="devteam" toolshed="https://toolshed.g2.bx.psu.edu"> | |
22 <package name="cairo" version="1.12.14" /> | |
23 </repository> | |
1
2d356c5a1354
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_gnuplot_4_6 commit b2bcd58af12d07f49a70215fd331eaa0a135d0c8
iuc
parents:
0
diff
changeset
|
24 <repository changeset_revision="52d6f646b3b5" name="package_readline_6_2" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> |
0 | 25 <package name="readline" version="6.2" /> |
26 </repository> | |
27 </action> | |
28 | |
29 <action type="autoconf" /> | |
30 | |
31 <action type="set_environment"> | |
32 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
33 <environment_variable action="set_to" name="GNUPLOT_ROOT_PATH">$INSTALL_DIR</environment_variable> | |
34 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$ENV[LIBGD_ROOT_PATH]/lib</environment_variable> | |
35 </action> | |
36 </actions> | |
37 </install> | |
38 <readme> | |
39 Gnuplot is a portable command-line driven graphing utility for Linux, OS/2, MS Windows, OSX, VMS, and many other platforms. | |
40 It was originally created to allow scientists and students to visualize mathematical functions and data interactively, | |
41 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. | |
42 | |
43 http://www.gnuplot.info/ | |
44 </readme> | |
45 </package> | |
46 </tool_dependency> |