Hi Wolfram,
I was trying to write the Makefile for step-8 from scratch. I didn't
realize that cmake can be used to create the Makefiles for the step
programs.
The solution is quite simple:
cmake -DDEAL_II_DIR=/deal_folder
Thanks,
Daniel
--
The deal.II project is located at http://www.dealii.o
On 05/22/2017 04:14 PM, Daniel Garcia wrote:
> 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 o
Hi Wolfram,
> 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?
>
>
If I install the boost libboost1.55-dev from Debia
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 in
Hi,
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
I tried to install in a separate folder boost 1.64, but