From 700026c2faaa8e3b9bcbf9cd4398616b79a2b381 Mon Sep 17 00:00:00 2001 From: jbeich Date: Sun, 5 Aug 2018 17:34:56 +0000 Subject: math/ceres-solver: rebuild after r476182 $ make -C graphics/colmap [...] -- Found installed version of Eigen: /usr/local/share/eigen3/cmake CMake Error at /usr/local/lib/cmake/Ceres/CeresConfig.cmake:88 (message): Failed to find Ceres - Found Eigen dependency, but the version of Eigen found (3.3.5) does not exactly match the version of Eigen Ceres was compiled with (3.3.4). This can cause subtle bugs by triggering violations of the One Definition Rule. See the Wikipedia article http://en.wikipedia.org/wiki/One_Definition_Rule for more details Call Stack (most recent call first): /usr/local/lib/cmake/Ceres/CeresConfig.cmake:223 (ceres_report_not_found) CMakeLists.txt:72 (find_package) Reported by: pkg-fallout --- math/ceres-solver/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math') diff --git a/math/ceres-solver/Makefile b/math/ceres-solver/Makefile index c7b1928fd114..30b08cf8cd59 100644 --- a/math/ceres-solver/Makefile +++ b/math/ceres-solver/Makefile @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org -- cgit