diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-08-06 01:34:56 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-08-06 01:34:56 +0800 |
commit | 700026c2faaa8e3b9bcbf9cd4398616b79a2b381 (patch) | |
tree | 51f3ff4686198eebd2900b399ae0f4da9e0ec376 /math | |
parent | 5788301dc1d23c9a0d7666d2278939ec075b5df7 (diff) | |
download | freebsd-ports-gnome-700026c2faaa8e3b9bcbf9cd4398616b79a2b381.tar.gz freebsd-ports-gnome-700026c2faaa8e3b9bcbf9cd4398616b79a2b381.tar.zst freebsd-ports-gnome-700026c2faaa8e3b9bcbf9cd4398616b79a2b381.zip |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/ceres-solver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |