Date: Sun, 5 Aug 2018 17:34:56 +0000 (UTC) From: Jan Beich <jbeich@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r476421 - head/math/ceres-solver Message-ID: <201808051734.w75HYuMW056587@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jbeich Date: Sun Aug 5 17:34:56 2018 New Revision: 476421 URL: https://svnweb.freebsd.org/changeset/ports/476421 Log: 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 Modified: head/math/ceres-solver/Makefile (contents, props changed) Modified: head/math/ceres-solver/Makefile ============================================================================== --- head/math/ceres-solver/Makefile Sun Aug 5 17:03:50 2018 (r476420) +++ head/math/ceres-solver/Makefile Sun Aug 5 17:34:56 2018 (r476421) @@ -2,7 +2,7 @@ PORTNAME= ceres-solver DISTVERSION= 1.14.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= math MAINTAINER= jbeich@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808051734.w75HYuMW056587>