Skip to content

Commit

Permalink
use ceres 2.2.0
Browse files Browse the repository at this point in the history
master version is currently depending on absl:log which needs to be handle
at CGAL level AFAIU
  • Loading branch information
sloriot committed Aug 19, 2024
1 parent 50dec06 commit d586e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 .. \
Expand Down

0 comments on commit d586e7d

Please sign in to comment.