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 of deal.II with the flag
        -DDEAL_II_FORCE_BUNDLED_BOOST=TRUE
    after removing all other content in the build directory.



If I try to compile the step8 with the bundled boost then I'll get lot of error messages. Probably the bundled boost (1.56) is conflicting with the boost system version (1.55)

Is there a way with gcc to completely ignore the system boost (1.55) and use the bundled version (1.56)?

The flag above is what should do this. Did you recompile and reinstall deal.II from scratch after switching to this flag? If so, what are the warnings you get?

Best
 W.


--
------------------------------------------------------------------------
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