cmbi/hssp

Fatal error with missing Boost file

brienna opened this issue · 0 comments

When installing, continually getting ./src/primitives-3d.h:15:10: fatal error: 'boost/tr1/tuple.hpp' file not found

According to an issue opened on Bugzilla, the latest Boost release no longer includes the TR1 library.

Perhaps as suggested we need a patch to use <boost/tuple/tuple.hpp> instead, or just <tuple> and std::tuple.