Mercurial > repos > bgruening > package_openbabel_2_3
diff tool_dependencies.xml @ 4:dc6a907dd737
Uploaded
author | bgruening |
---|---|
date | Tue, 14 May 2013 16:28:40 -0400 |
parents | 785426417f15 |
children | efffcee80e03 |
line wrap: on
line diff
--- a/tool_dependencies.xml Tue May 14 04:48:19 2013 -0400 +++ b/tool_dependencies.xml Tue May 14 16:28:40 2013 -0400 @@ -1,6 +1,6 @@ <tool_dependency> - <package name="eigen" version="2.0.17"> - <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="09eb05087cd0" prior_installation_required="True" /> + <package name="eigen3" version="3.1.3"> + <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_3_1" owner="bgruening" changeset_revision="b72b882b30b4" prior_installation_required="True" /> </package> <package name="openbabel" version="2.3.2"> <install version="1.0"> @@ -9,15 +9,15 @@ <!-- populate the environment variables from the dependend repos --> <action type="set_environment_for_install"> - <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_2_0" owner="bgruening" changeset_revision="09eb05087cd0"> - <package name="eigen" version="2.0.17" /> + <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_eigen_3_1" owner="bgruening" changeset_revision="b72b882b30b4"> + <package name="eigen3" version="3.1.3" /> </repository> </action> <!-- 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. --> - <action type="shell_command">cmake . -DPYTHON_BINDINGS=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN_SOURCE_PATH -DPYTHON_LIBRARY=`python -c 'import sys; print "%s/lib/python%s.%s/config/libpython%s.%s.so" % (sys.exec_prefix, sys.version_info.major, sys.version_info.minor, sys.version_info.major, sys.version_info.minor)'`</action> + <action type="shell_command">cmake . -DPYTHON_BINDINGS=ON -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN3_INCLUDE_DIR=$EIGEN3_SOURCE_PATH -DPYTHON_LIBRARY=`python -c 'import sys; print "%s/lib/python%s.%s/config/libpython%s.%s.so" % (sys.exec_prefix, sys.version_info.major, sys.version_info.minor, sys.version_info.major, sys.version_info.minor)'`</action> <action type="shell_command">make</action> <action type="shell_command">make install</action> <action type="set_environment"> @@ -32,6 +32,6 @@ </action> </actions> </install> - <readme>Compiling OpenBabel requires g++ and CMake 2.4+. Optional but required for a few features is Eigen version 2 or newer and the cairo development libraries. OPENBABEL_INCLUDE_DIR and OPENBABEL_LIB_DIR can be accessed from other tool wrappers.</readme> + <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> </package> </tool_dependency>