Mercurial > repos > iuc > package_fann_2_2_0
comparison tool_dependencies.xml @ 0:28d4ebb94540 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit cc30e84dcc309a93f49f75250aa3344f926cee5e
| author | iuc |
|---|---|
| date | Mon, 30 Nov 2015 20:04:31 -0500 |
| parents | |
| children | 0f570ce183a8 |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:28d4ebb94540 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="cmake" version="3.2.3"> | |
| 4 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 | |
| 7 <package name="fann" version="2.2.0"> | |
| 8 <install version="1.0"> | |
| 9 <actions> | |
| 10 <action sha256sum="f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c" type="download_by_url"> | |
| 11 https://depot.galaxyproject.org/software/libfann/libfann_2.2.0_src_all.tar.gz | |
| 12 </action> | |
| 13 | |
| 14 <action type="set_environment_for_install"> | |
| 15 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> | |
| 16 <package name="cmake" version="3.2.3" /> | |
| 17 </repository> | |
| 18 </action> | |
| 19 | |
| 20 <action type="shell_command"> | |
| 21 cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR && | |
| 22 make install | |
| 23 </action> | |
| 24 <action type="set_environment"> | |
| 25 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> | |
| 26 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 27 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> | |
| 28 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 29 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> | |
| 30 </action> | |
| 31 </actions> | |
| 32 </install> | |
| 33 <readme> | |
| 34 Fast Artificial Neural Network (FANN) Library is a free open source neural | |
| 35 network library, which implements multilayer artificial neural networks in C | |
| 36 with support for both fully connected and sparsely connected networks. | |
| 37 | |
| 38 | |
| 39 FANN requires gcc | |
| 40 </readme> | |
| 41 </package> | |
| 42 </tool_dependency> |
