Mercurial > repos > fubar > package_matplotlib_lite
changeset 1:325c4a491de4 draft
Uploaded
author | fubar |
---|---|
date | Thu, 13 Jun 2013 07:36:42 -0400 |
parents | 299e25f1e7a4 |
children | 6d12f6830132 |
files | package_matplotlib_lite/tool_dependencies.xml |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/package_matplotlib_lite/tool_dependencies.xml Thu Jun 13 07:35:17 2013 -0400 +++ b/package_matplotlib_lite/tool_dependencies.xml Thu Jun 13 07:36:42 2013 -0400 @@ -1,4 +1,5 @@ - <package name="matplotlib_lite" version="1.2.1"> +<?xml version="1.0"?> +<tool_dependency> <package name="matplotlib_lite" version="1.2.1"> <install version="1.0"> <actions> <!-- this lite version is derived from Bjorn's but DOES not compile atlas - this will fail on many desktop distributions because of cpu throttling - we use Dan's numpy-lite --> @@ -29,3 +30,4 @@ </install> <readme>Compiling matplotlib requires a C compiler (typically gcc) and libpng.</readme> </package> +</tool_dependency>