dthuerck / mapmap_cpu

A high-performance general-purpose MRF MAP solver, heavily exploiting SIMD instructions.
BSD 3-Clause "New" or "Revised" License
103 stars 51 forks source link

Build is broken by #26 #27

Closed meekersX closed 2 years ago

meekersX commented 2 years ago

The build is broken for me on Ubuntu 20.04 w/ GCC 9.3.0. With #26, it seems changing #include "dset.h" to <mapmap/dest.h> in graph.impl.h is the cause. Changing it to #include <dset.h> allows the build to succeed again, though I don't know what impact this might have on a Windows build.

dthuerck commented 2 years ago

Sorry for the late response - I was away w/o internet access. @meekersX fix is very much appreciated!