Mercurial > repos > iuc > package_fann_2_2_0
view tool_dependencies.xml @ 4:7e98d93137ed draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit db55deda35d1623ff48fbea7b3d0690a2cd9cd9f-dirty
| author | iuc |
|---|---|
| date | Tue, 08 Dec 2015 13:50:52 -0500 |
| parents | eb4db3a559b5 |
| children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="cmake" version="3.2.3"> <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="fann" version="2.2.0"> <install version="1.0"> <actions> <action sha256sum="f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c" type="download_by_url"> https://depot.galaxyproject.org/software/libfann/libfann_2.2.0_src_all.tar.gz </action> <action type="set_environment_for_install"> <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu"> <package name="cmake" version="3.2.3" /> </repository> </action> <action type="shell_command"> mkdir -p build && cd build && cmake .. -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR && make && make install </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> </action> </actions> </install> <readme> Fast Artificial Neural Network (FANN) Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks. FANN requires gcc </readme> </package> </tool_dependency>
