Opened 5 years ago

#12985 new Bugs

missing include of array_wrapper.hpp in boost/mpi/python/serialize.hpp

Reported by: abhijit.sovakar@… Owned by: Matthias Troyer
Milestone: To Be Determined Component: mpi
Version: Boost 1.64.0 Severity: Problem
Keywords: Cc:

Description

Build of boost 1.64 failed because of missing header in boost/mpi/python/serialize.hpp.

It might be a problem of my build environment but this is what I had to do to make it work:

After adding

#include <boost/serialization/array_wrapper.hpp>

in boost/mpi/python/serialize.hpp the build succeeded.

Attachments (1)

patch-boost-1.64-mpi-serialize.diff (504 bytes ) - added by abhijit.sovakar@… 5 years ago.

Download all attachments as: .zip

Change History (1)

by abhijit.sovakar@…, 5 years ago

Note: See TracTickets for help on using tickets.