Mercurial > repos > iuc > package_weka_3_6_11
annotate tool_dependencies.xml @ 4:21948fda4f4b draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Fri, 05 Dec 2014 15:20:19 -0500 |
| parents | 1c371ea3413a |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="weka" version="3.6.11"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 3 | 6 <action type="download_file">http://downloads.sourceforge.net/project/weka/weka-3-7/3.7.11/weka-monolithic.jar</action> |
| 4 | 7 <action type="shell_command">mv weka-monolithic.jar $INSTALL_DIR/weka.jar</action> |
| 0 | 8 <action type="set_environment"> |
| 9 <environment_variable name="WEKA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
| 10 </action> | |
| 11 </actions> | |
| 12 </install> | |
| 13 <readme> | |
| 14 Weka requires a JAVA (1.5+) runtime evironment. | |
| 15 </readme> | |
| 16 </package> | |
| 17 </tool_dependency> |
