package.xml 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2017 Google Inc. All rights reserved.
  4. http://ceres-solver.org/
  5. Redistribution and use in source and binary forms, with or without
  6. modification, are permitted provided that the following conditions are met:
  7. * Redistributions of source code must retain the above copyright notice,
  8. this list of conditions and the following disclaimer.
  9. * Redistributions in binary form must reproduce the above copyright notice,
  10. this list of conditions and the following disclaimer in the documentation
  11. and/or other materials provided with the distribution.
  12. * Neither the name of Google Inc. nor the names of its contributors may be
  13. used to endorse or promote products derived from this software without
  14. specific prior written permission.
  15. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
  16. AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  17. IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  18. ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
  19. LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
  20. CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
  21. SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
  22. INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
  23. CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
  24. ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
  25. POSSIBILITY OF SUCH DAMAGE.
  26. -->
  27. <package format="2">
  28. <name>ceres-solver</name>
  29. <version>2.1.0</version>
  30. <description>A large scale non-linear optimization library.</description>
  31. <maintainer email="ceres-solver@googlegroups.com">
  32. The Ceres Solver Authors
  33. </maintainer>
  34. <license>New BSD</license>
  35. <url type="website">http://ceres-solver.org/</url>
  36. <buildtool_depend>cmake</buildtool_depend>
  37. <build_depend>atlas</build_depend>
  38. <build_depend>gfortran</build_depend>
  39. <build_depend>suitesparse</build_depend>
  40. <depend>eigen</depend>
  41. <depend>libgflags-dev</depend>
  42. <depend>libgoogle-glog-dev</depend>
  43. <export>
  44. <build_type>cmake</build_type>
  45. </export>
  46. </package>