build fails on include location
make fails due to includes not being found. My guess is that the test environment depends on make having been previously run. If I install the bonsai includes directly, then the failures end up later with make not finding klib includes where expected.
x86_64-pc-linux-gnu-g++ -O3 -funroll-loops -pipe -fno-strict-aliasing -march=native -mpclmul -fopenmp -fno-rtti -std=c++17 -Wall -Wextra -Wno-char-subscripts -Wpointer-arith -Wwrite-strings -Wdisabled-optimization -Wformat -Wcast-align -Wno-unused-function -Wno-unused-parameter -pedantic -DUSE_PDQSORT -Wunused-variable -Wno-attributes -Wno-cast-align -Wno-ignored-attributes -Wno-missing-braces -DBONSAI_VERSION="v0.5.0-7-gce63f9d" bin/bonsai.cpp -o bin/bonsai bin/bonsai.cpp:4:10: fatal error: bonsai/feature_min.h: No such file or directory 4 | #include "bonsai/feature_min.h"
Hi Joel -
Thanks for the report! I was able to reproduce the issue, and some tweaks to the Makefile solved it. I've bumped the version to 0.5.1.
I appreciate the issue - please let me know what other problems you run into.
Best,
Daniel