Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Please ensure that no external dependencies are installed (like protobuf, grpc…). Boost can be installed - boost path will be passed to cmake explicitly.
  • Open Findsoci.cmake and change soci commit hash to a47fd6994d5dcab0aadea0348ea380a22248bebf (latest at the moment)
  • In the root CMakeLists.txt find

...

(change paths to your own)

  • In mst_state.cpp replace std::min_element to boost::first_min_element and add

#include <boost/algorithm/minmax_element.hpp>

line at the file header

  • In functions.cmake add libcxx_msan/lib path to LD_LIBRARY_PATH for protoc, e.g.:

...