imphys / smlm_datafusion2d

Apache License 2.0
9 stars 4 forks source link

new build system using cmake #1

Closed benvanwerkhoven closed 5 years ago

benvanwerkhoven commented 5 years ago

I've made a cmake build script to be more platform independent compared to using only a Makefile. Both CUDA and the CUB library should be detected automatically by Cmake.

There is still a bit of work to be done:

The new installation instructions for the GPU code are:

cmake .
make
matlab -r build.m

For the non-GPU code, only:

matlab -r build.m