Header file parsec.h includes debug.h, not available on default cmake installation

Issue #168 resolved
Eduardo Gonzalez created an issue

After installing parsec via CMake using default parameters (PARSEC_WITH_DEVEL_HEADERS=OFF), the installed file parsec.h references debug.h, which was not installed.

include/parsec.h(11): catastrophic error: cannot open source file "parsec/utils/debug.h"
  #include "parsec/utils/debug.h"

Comments (2)

  1. Log in to comment