From caa3f1f1c57b7876156eedbc3738e90765f72d14 Mon Sep 17 00:00:00 2001 From: Justin Berger Date: Sun, 1 Jul 2018 05:26:29 +0000 Subject: Added kabsch / test for kabsch --- redist/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redist/Makefile') diff --git a/redist/Makefile b/redist/Makefile index 5598c9b..8f98911 100644 --- a/redist/Makefile +++ b/redist/Makefile @@ -3,8 +3,8 @@ all : jsmntest lintest test_dcl jsmntest : jsmntest.c jsmn.c gcc -g -O0 -o $@ $^ -lintest : lintest.c linmath.c linmath.h - gcc -g -O0 -o $@ $^ -lm +lintest : lintest.c linmath.c linmath.h minimal_opencv.c + gcc -DUSE_DOUBLE -DFLT=double -g -O0 -o $@ $^ -lcblas -lm -llapacke minimal_opencvtest : minimal_opencvtest.c minimal_opencv.c minimal_opencv.h gcc -g -O0 -o $@ $^ -lcblas -lm -llapacke -- cgit v1.2.3