aboutsummaryrefslogtreecommitdiff
path: root/redist/Makefile
diff options
context:
space:
mode:
authorJustin Berger <jdavidberger@gmail.com>2018-07-01 05:26:29 +0000
committerJustin Berger <jdavidberger@gmail.com>2018-07-01 05:26:29 +0000
commitcaa3f1f1c57b7876156eedbc3738e90765f72d14 (patch)
tree8e1a6a6e880f4df63a2fb5281de3a978fc9e0c1e /redist/Makefile
parent47141c873ffd3d7af62bfba40b1adbcce0df6574 (diff)
downloadlibsurvive-caa3f1f1c57b7876156eedbc3738e90765f72d14.tar.gz
libsurvive-caa3f1f1c57b7876156eedbc3738e90765f72d14.tar.bz2
Added kabsch / test for kabsch
Diffstat (limited to 'redist/Makefile')
-rw-r--r--redist/Makefile4
1 files changed, 2 insertions, 2 deletions
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