annotate tool_dependencies.xml @ 5:22492d97b604 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit 2e18fe350712147421228210013814bc0aeec120
author iuc
date Tue, 01 Mar 2016 10:42:59 -0500
parents 4ec0d9c57ddd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7601c962048a Uploaded
iuc
parents:
diff changeset
1 <?xml version="1.0"?>
7601c962048a Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
7601c962048a Uploaded
iuc
parents:
diff changeset
3 <package name="eigen3" version="3.1.3">
4
4ec0d9c57ddd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents: 3
diff changeset
4 <repository changeset_revision="de8798991a6a" name="package_eigen_3_1" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
0
7601c962048a Uploaded
iuc
parents:
diff changeset
5 </package>
7601c962048a Uploaded
iuc
parents:
diff changeset
6 <package name="openbabel" version="2.3.2">
7601c962048a Uploaded
iuc
parents:
diff changeset
7 <install version="1.0">
7601c962048a Uploaded
iuc
parents:
diff changeset
8 <actions>
5
22492d97b604 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit 2e18fe350712147421228210013814bc0aeec120
iuc
parents: 4
diff changeset
9 <action sha256sum="4eaca26679aa6cc85ebf96af19191472ac63ca442c36b0427b369c3a25705188" type="download_by_url">https://depot.galaxyproject.org/software/openbabel/openbabel_2.3.2_src_all.tar.gz</action>
0
7601c962048a Uploaded
iuc
parents:
diff changeset
10 <action type="set_environment_for_install">
4
4ec0d9c57ddd planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit bd736b6361ba659a1251dd1a1a05f7e3b633bdf5
iuc
parents: 3
diff changeset
11 <repository changeset_revision="de8798991a6a" name="package_eigen_3_1" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
0
7601c962048a Uploaded
iuc
parents:
diff changeset
12 <package name="eigen3" version="3.1.3" />
7601c962048a Uploaded
iuc
parents:
diff changeset
13 </repository>
7601c962048a Uploaded
iuc
parents:
diff changeset
14 </action>
7601c962048a Uploaded
iuc
parents:
diff changeset
15
5
22492d97b604 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit 2e18fe350712147421228210013814bc0aeec120
iuc
parents: 4
diff changeset
16 <!-- Huge hack, to point to the actual python lib path. Cmake gets confused with mixed python versions (2.x and 3.x) and we need to point explicitely to the recent version. -->
0
7601c962048a Uploaded
iuc
parents:
diff changeset
17 <action type="shell_command">cmake . -DPYTHON_BINDINGS=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN3_INCLUDE_DIR=$EIGEN3_SOURCE_PATH -DPYTHON_LIBRARY=`python -c 'import distutils.sysconfig; print "%s/libpython%s.so" % (distutils.sysconfig.get_config_var("LIBPL"), distutils.sysconfig.get_python_version())'`</action>
3
02102db6f1b9 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_openbabel_2_3 commit 97a064489364118d108b0dd2cfb4d9bc53080837
iuc
parents: 2
diff changeset
18 <action type="make_install" />
0
7601c962048a Uploaded
iuc
parents:
diff changeset
19 <action type="set_environment">
7601c962048a Uploaded
iuc
parents:
diff changeset
20 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
7601c962048a Uploaded
iuc
parents:
diff changeset
21 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib</environment_variable>
7601c962048a Uploaded
iuc
parents:
diff changeset
22 <!-- internal variables for open babel -->
7601c962048a Uploaded
iuc
parents:
diff changeset
23 <environment_variable action="set_to" name="BABEL_DATADIR">$INSTALL_DIR/share/openbabel</environment_variable>
7601c962048a Uploaded
iuc
parents:
diff changeset
24 <environment_variable action="set_to" name="BABEL_LIBDIR">$INSTALL_DIR/lib/openbabel/2.3.2</environment_variable>
7601c962048a Uploaded
iuc
parents:
diff changeset
25 <!-- galaxy variables for other tool wrappers -->
7601c962048a Uploaded
iuc
parents:
diff changeset
26 <environment_variable action="set_to" name="OPENBABEL_LIB_DIR">$INSTALL_DIR/lib</environment_variable>
7601c962048a Uploaded
iuc
parents:
diff changeset
27 <environment_variable action="set_to" name="OPENBABEL_INCLUDE_DIR">$INSTALL_DIR/include</environment_variable>
2
ac9bf7ac1281 Uploaded
iuc
parents: 1
diff changeset
28 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib/</environment_variable>
ac9bf7ac1281 Uploaded
iuc
parents: 1
diff changeset
29 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
ac9bf7ac1281 Uploaded
iuc
parents: 1
diff changeset
30 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
0
7601c962048a Uploaded
iuc
parents:
diff changeset
31 </action>
7601c962048a Uploaded
iuc
parents:
diff changeset
32 </actions>
7601c962048a Uploaded
iuc
parents:
diff changeset
33 </install>
7601c962048a Uploaded
iuc
parents:
diff changeset
34 <readme>Compiling OpenBabel requires g++ and CMake 2.4+. Optional but required for a few features are the cairo development libraries. OPENBABEL_INCLUDE_DIR and OPENBABEL_LIB_DIR can be accessed from other tool wrappers.</readme>
7601c962048a Uploaded
iuc
parents:
diff changeset
35 </package>
7601c962048a Uploaded
iuc
parents:
diff changeset
36 </tool_dependency>