Skip to content

Commit

Permalink
Modifying Makefile to fix Ceres builds
Browse files Browse the repository at this point in the history
  • Loading branch information
snavely committed Apr 15, 2014
1 parent 34d68aa commit f81096c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f81096c

Please sign in to comment.