annotate tool_dependencies.xml @ 0:972185ceaddc draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
author iuc
date Tue, 19 May 2015 14:59:14 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
2 <tool_dependency>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
3 <package name="libsvm" version="3.16">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
4 <install version="1.0">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
5 <actions>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
6 <action type="shell_command">git clone --recursive https://github.com/cjlin1/libsvm.git</action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
7 <action type="shell_command">git reset --hard 041496b61214aff1beba02c8f2957e80bd90c234</action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
8 <action type="shell_command">make</action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
9 <action type="move_file">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
10 <source>svm-train</source>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
11 <destination>$INSTALL_DIR/bin</destination>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
12 </action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
13 <action type="move_file">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
14 <source>svm-scale</source>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
15 <destination>$INSTALL_DIR/bin</destination>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
16 </action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
17 <action type="move_file">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
18 <source>svm-predict</source>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
19 <destination>$INSTALL_DIR/bin</destination>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
20 </action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
21 <action type="set_environment">
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
23 </action>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
24 </actions>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
25 </install>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
26 <readme>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
27 Compiling libsvm. Required is a C++ compiler (typically g++).
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
28 svm-train, svm-scale and svm-predict will be available in $PATH.
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
29 </readme>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
30 </package>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
31 </tool_dependency>
972185ceaddc planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_libsvm_3_16 commit 0c094c3df9574cb057ccb65878f98f300d5b0a09
iuc
parents:
diff changeset
32