/java/javavmwrapper/

[1]: 762 if (GLOG_FOUND AND NOT FOUND_INSTALLED_GLOG_CMAKE_CONFIGURATION) 763 # Version of glog detected was not built with CMake, install our glog module 764 # file to enable detection in CeresConfig. 765 install(FILES "${Ceres_SOURCE_DIR}/cmake/FindGlog.cmake" 766 DESTINATION ${RELATIVE_CMAKECONFIG_INSTALL_DIR}) 767 endif() Reported by: thierry
- Add BUILD_DEPENDS to ensure glog 0.5.0+
- Bump PORTREVISION for package change

In aac990618e17966d1b5865526efd9c89332701fe, glog changed to cmake and provided
its own cmake module, therefore ceres-solver does not install its glog-detection
cmake module [1].

from CMakeLists.txt [1]:
762 if (GLOG_FOUND AND NOT FOUND_INSTALLED_GLOG_CMAKE_CONFIGURATION)
763   # Version of glog detected was not built with CMake, install our glog module
764   # file to enable detection in CeresConfig.
765   install(FILES "${Ceres_SOURCE_DIR}/cmake/FindGlog.cmake"
766           DESTINATION ${RELATIVE_CMAKECONFIG_INSTALL_DIR})
767 endif()

Reported by:	thierry
math/ceres-solver: update to 2.0.0 2020-11-04T01:05:44+00:00 Jan Beich jbeich@FreeBSD.org 2020-11-04T01:05:44+00:00 4ef0eca12a06236f13b6baea84c540fb513b8447 Changes: https://github.com/ceres-solver/ceres-solver/compare/1.14.0...2.0.0 Reported by: Repology
Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.14.0...2.0.0
Reported by:	Repology
math/ceres-solver: update to 1.14.0 2018-03-26T01:05:20+00:00 Jan Beich jbeich@FreeBSD.org 2018-03-26T01:05:20+00:00 487d872a5fe2b6f0f2e12aa78c38832b608187c0 Changes: http://ceres-solver.org/version_history.html
Changes:	http://ceres-solver.org/version_history.html
math/ceres-solver: update to 1.12.0.r4 2016-11-23T12:47:48+00:00 Jan Beich jbeich@FreeBSD.org 2016-11-23T12:47:48+00:00 822b1ea775abfd998805ae6836db62863cbde1bd Changes: https://github.com/ceres-solver/ceres-solver/compare/c5c6f55...1.12.0rc4
Changes:	https://github.com/ceres-solver/ceres-solver/compare/c5c6f55...1.12.0rc4
math/ceres-solver: update to 1.12.0.r2.3 2016-11-13T12:44:25+00:00 Jan Beich jbeich@FreeBSD.org 2016-11-13T12:44:25+00:00 ffa7fe1a481d4c223c039c6f5b36ece25dc99153 Changes: https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
Changes:	https://github.com/ceres-solver/ceres-solver/compare/1.12.0rc1...c5c6f55
math/ceres-solver: add new port 2016-10-15T23:53:45+00:00 Jan Beich jbeich@FreeBSD.org 2016-10-15T23:53:45+00:00 291729b42a0864ca75597e91f3bc377b2c887751 Based on: Gentoo (1.11.0 ebuild) Tested on: graphics/openmvg from @outpaddling's repo (build on 10.3 amd64) Ceres Solver is an open source C++ library for modeling and solving large, complicated optimization problems. It is a feature rich, mature and performant library which has been used in production at Google since 2010. Ceres Solver can solve two kinds of problems. 1. Non-linear Least Squares problems with bounds constraints. 2. General unconstrained optimization problems. http://ceres-solver.org/
Based on:	Gentoo (1.11.0 ebuild)
Tested on:	graphics/openmvg from @outpaddling's repo (build on 10.3 amd64)

Ceres Solver is an open source C++ library for modeling and solving
large, complicated optimization problems. It is a feature rich, mature
and performant library which has been used in production at Google
since 2010. Ceres Solver can solve two kinds of problems.

1. Non-linear Least Squares problems with bounds constraints.
2. General unconstrained optimization problems.

http://ceres-solver.org/