From f28bc634d8af174bbdedb742a4bfb0023a505646 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Joan=20Vallv=C3=A9=20Navarro?= <jvallve@iri.upc.edu>
Date: Fri, 21 Jan 2022 11:12:43 +0100
Subject: [PATCH] following exactly the doc instructions for ceres

---
 install_wolf.sh | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/install_wolf.sh b/install_wolf.sh
index c965489..2ff520a 100755
--- a/install_wolf.sh
+++ b/install_wolf.sh
@@ -197,7 +197,10 @@ fi
 # ceres
 func_echo "Installing ceres 2.0 via source..."
 cd $DEPS_PATH
-git clone --depth 1 -b 2.0.0 https://ceres-solver.googlesource.com/ceres-solver
+wget http://ceres-solver.org/ceres-solver-2.0.0.tar.gz
+tar zxf ceres-solver-2.0.0.tar.gz
+rm ceres-solver-2.0.0.tar.gz
+#git clone --depth 1 -b 2.0.0 https://ceres-solver.googlesource.com/ceres-solver
 cd ceres-solver
 mkdir -p build && cd build
 cmake -DCMAKE_BUILD_TYPE=Release ..
-- 
GitLab