Mercurial > repos > iuc > package_weka_3_7_11
annotate tool_dependencies.xml @ 0:457e4ef09585 draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Mon, 06 Apr 2015 15:45:46 -0400 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <?xml version="1.0"?> |
| 2 <tool_dependency> | |
| 3 <package name="weka" version="3.7.11"> | |
| 4 <install version="1.0"> | |
| 5 <actions> | |
| 6 <action type="download_file">http://downloads.sourceforge.net/project/weka/weka-3-7/3.7.11/weka-monolithic.jar</action> | |
| 7 <action type="shell_command">mv weka-monolithic.jar $INSTALL_DIR/weka.jar</action> | |
| 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> |
