Mercurial > repos > damion > ffp_phylogeny
view ffp_macros.xml @ 0:eb6e5e78a066 draft
Uploaded
author | damion |
---|---|
date | Mon, 23 Feb 2015 18:25:25 -0500 |
parents | |
children |
line wrap: on
line source
<macros> <xml name="stdio"> <stdio> <!-- Anything other than zero is an error --> <exit_code range="1:" /> <exit_code range=":-1" /> <!-- In case the return code has not been set propery check stderr too --> <regex match="Error:" /> <regex match="Exception:" /> </stdio> </xml> <xml name="requirements"> <requirements> <requirement type="binary">@BINARY@</requirement> </requirements> <version_command interpreter="python">@BINARY@ --version</version_command> </xml> </macros>