Mercurial > repos > iuc > package_libsvm_3_16
view tool_dependencies.xml @ 0:bf8a7cac6b9b draft default tip
Uploaded
| author | iuc |
|---|---|
| date | Mon, 06 Apr 2015 16:05:15 -0400 |
| parents | |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="libsvm" version="3.16"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/cjlin1/libsvm.git</action> <action type="shell_command">git reset --hard 041496b61214aff1beba02c8f2957e80bd90c234</action> <action type="shell_command">make</action> <action type="move_file"> <source>svm-train</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>svm-scale</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> <source>svm-predict</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> Compiling libsvm. Required is a C++ compiler (typically g++). svm-train, svm-scale and svm-predict will be available in $PATH. </readme> </package> </tool_dependency>
