Advertisement
Guest User

Build process for ompl.

a guest
May 21st, 2019
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.47 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 8.3.0
  2. -- The C compiler identification is GNU 8.3.0
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Detecting CXX compile features
  8. -- Detecting CXX compile features - done
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Building Release
  16. -- Found Eigen3: /usr/include/eigen3 (Required is at least version "2.91.0")
  17. -- Found PkgConfig: /usr/bin/pkg-config (found version "1.6.1")
  18. -- Checking for module 'flann'
  19. -- Found flann, version 1.9.1
  20. -- Found FLANN: flann;flann_cpp
  21. -- Checking for module 'libspot'
  22. -- Package 'libspot', required by 'virtual:world', not found
  23. -- Could NOT find SPOT (missing: SPOT_LIBRARIES SPOT_INCLUDE_DIRS)
  24. -- Found PY_numpy: /usr/lib/python2.7/site-packages/numpy
  25. -- Could NOT find PY_pyplusplus (missing: PY_PYPLUSPLUS)
  26. -- Found PY_pygccxml: /usr/lib/python2.7/site-packages/pygccxml
  27. -- Found castxml: /usr/bin/castxml
  28. -- The following features have been enabled:
  29.  
  30. * OMPL_BUILD_TESTS, Whether to build the unit tests.
  31. * OMPL_BUILD_DEMOS, Whether to build the OMPL demo programs.
  32.  
  33. -- The following OPTIONAL packages have been found:
  34.  
  35. * Threads, <https://en.wikipedia.org/wiki/POSIX_Threads>
  36. Pthreads is sometimes needed, depending on OS / compiler.
  37. * pypy, <http://pypy.org>
  38. Used to speed up the generation of python bindings.
  39. * OpenDE, <http://ode.org>
  40. The Open Dynamics Engine can be used as a "black box" for kinodynamic planning.
  41. * flann (required version >= 1.8.3), <https://github.com/mariusmuja/flann>
  42. If detetected, FLANN can be used for nearest neighbor queries by OMPL.
  43. * PkgConfig, <https://www.freedesktop.org/wiki/Software/pkg-config/>
  44. Used to find (compilation flags for) dependencies.
  45. * Python, <http://python.org>
  46. Used for python bindings.
  47. * castxml, <https://github.com/CastXML/CastXML>
  48. Used to generate Python bindings.
  49. * Doxygen, <http://doxygen.org>
  50. Used to create the OMPL documentation (i.e., http://ompl.kavrakilab.org).
  51.  
  52. -- The following REQUIRED packages have been found:
  53.  
  54. * Eigen3, <http://eigen.tuxfamily.org>
  55. A linear algebra library used throughout OMPL.
  56. * Boost (required version >= 1.54), <http://boost.org>
  57. Used throughout OMPL for data serialization, graphs, etc.
  58.  
  59. -- The following features have been disabled:
  60.  
  61. * OMPL_VERSIONED_INSTALL, Whether to install header files in
  62. <prefix>/include/ompl-X.Y/ompl, where X and Y are the major and minor
  63. version numbers
  64. * OMPL_BUILD_PYBINDINGS, Whether to build the Python bindings.
  65. * OMPL_BUILD_PYTESTS, Whether to build/run the python binding unit tests.
  66.  
  67. -- The following OPTIONAL packages have not been found:
  68.  
  69. * MORSE, <https://www.openrobots.org/wiki/morse>
  70. OMPL includes a plugin for the MORSE Robot Simulation engine.
  71. * Triangle, <http://www.cs.cmu.edu/~quake/triangle.html>
  72. Used to create triangular decompositions of polygonal 2D environments.
  73. * spot, <http://spot.lrde.epita.fr>
  74. Used for constructing finite automata from LTL formulae.
  75.  
  76. -- The following Python modules were found:
  77.  
  78. * numpy pygccxml
  79.  
  80. -- The following Python modules were NOT found:
  81.  
  82. * pyplusplus
  83.  
  84. -- Configuring done
  85. -- Generating done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement