kurapov-peter / dwarf_bench

Dbench is a collection of parallel hardware agnostic microbenchmarks that aim at capturing the most important patterns in analytical query execution
MIT License
0 stars 3 forks source link

CMake does not generate includes #48

Closed bagrorg closed 1 year ago

bagrorg commented 1 year ago

I run dwarfs inside docker built from Dockerfile in repo. I am building project as follows:

CXX=dpcpp cmake /dwarf_bench/ -DENABLE_DPCPP=on
make -j 4
cmake --install /dwarf_bench/build --prefix /dwarf_bench/install

Then /dwarf_bench/install has only bin and lib files

kurapov-peter commented 1 year ago

The installation should contain the driver's headers only, let's add the bench.hpp