From d586e7d8b8dbabddcdef102ac178b5dd3ba2fc9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 19 Aug 2024 18:28:56 +0200 Subject: [PATCH] use ceres 2.2.0 master version is currently depending on absl:log which needs to be handle at CGAL level AFAIU --- Ubuntu/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ubuntu/Dockerfile b/Ubuntu/Dockerfile index c40d1d4..9c7cac0 100644 --- a/Ubuntu/Dockerfile +++ b/Ubuntu/Dockerfile @@ -86,7 +86,7 @@ RUN git clone https://github.com/scipopt/scip \ RUN git clone https://ceres-solver.googlesource.com/ceres-solver \ && cd ceres-solver \ - && git submodule update --init --recursive \ + && git checkout 2.2.0 \ && mkdir build \ && cd build \ && cmake -DMINIGLOG=ON -DMINIGLOG_MAX_LOG_LEVEL=0 .. \