Mercurial > repos > damion > ffp_phylogeny
view ffp_macros.xml @ 3:79a4a86981d3 draft default tip
Uploaded
author | damion |
---|---|
date | Thu, 23 Apr 2015 17:47:39 -0400 |
parents | eb6e5e78a066 |
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>