Mercurial > repos > bonsai > crac
annotate tool_dependencies.xml @ 7:87874e4511be draft default tip
Uploaded
| author | bonsai |
|---|---|
| date | Fri, 13 Sep 2013 10:58:42 -0400 |
| parents | 4cf2808854bc |
| children |
| rev | line source |
|---|---|
| 3 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="crac" version="1.3.0"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_by_url">https://gforge.inria.fr/frs/download.php/32471/crac-1.3.0.tar.gz</action> | |
| 7 <action type="shell_command">./configure</action> | |
| 8 <action type="shell_command">make</action> | |
| 9 <action type="shell_command">make check</action> | |
| 10 </actions> | |
| 11 </install> | |
| 12 <readme> | |
| 13 CRAC requires g++ 4.3 or later. | |
| 14 </readme> | |
| 15 </package> | |
| 16 </tool_dependency> |
