From f81096c9ef1eb475511329a80371f7bf6c3461c6 Mon Sep 17 00:00:00 2001 From: Noah Snavely Date: Mon, 14 Apr 2014 22:10:51 -0400 Subject: [PATCH] Modifying Makefile to fix Ceres builds --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 7e57e8e..aeac5fb 100644 --- a/src/Makefile +++ b/src/Makefile @@ -41,7 +41,8 @@ BUNDLER_OBJS=BaseApp.o BundlerApp.o keys.o Register.o Epipolar.o \ BUNDLER_LIBS=-limage -lsfmdrv -lsba.v1.5 -lmatrix -lz -lblas -llapack \ -lcblas -lminpack -lm -l5point -ljpeg -lANN_char -lgfortran -CERES_LIBS= -lceres -lgomp -lglog -lcholmod -lpthread +CERES_LIBS= -lceres -lcholmod -lcolamd -lamd -lcamd -lcxsparse \ + -lsuitesparseconfig -lgomp -lglog -lpthread # if we are using Ceres, add to options ifeq ($(USE_CERES),true)