Daniel,

I'm trying to compile deal.II 8.5 with Debian Jessie. Deal.II requires boost 
1.56
https://github.com/dealii/dealii/issues/2973

Deal.II compiles fine, but I can not compile the steps. The file boost/serialization/vector.hpp is missing

Do I understand correctly that you have boost installed on your system, with files in /usr/include/boost (or a similar location), but no file vector.hpp available? Have you installed the boost-serialization package?


I tried to install in a separate folder boost 1.64, but it conflicts with the installed 1.56.

Would you have any suggestion on how to compile deal.ii with alternative version of boost?

Run the cmake script of deal.II with the flag
  -DDEAL_II_FORCE_BUNDLED_BOOST=TRUE
after removing all other content in the build directory.

Best
 Wolfgang


--
------------------------------------------------------------------------
Wolfgang Bangerth          email:                 bange...@colostate.edu
                           www: http://www.math.colostate.edu/~bangerth/

--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see 
https://groups.google.com/d/forum/dealii?hl=en
--- You received this message because you are subscribed to the Google Groups "deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to