[deal.II] Re: Boost version problem

2021-10-27 Thread Lucas Myers
Hi folks, I figured out the problem and am posting it here for sake of posterity: When one installs dealii with a bundled library (e.g. Boost), the header files of the bundled version of that library are copied to `${DEAL_II_PATH}/${DEAL_II_INCLUDE_RELDIR}$/deal.II/bundled`. This include

[deal.II] Re: Boost version problem

2021-08-19 Thread Jean-Paul Pelteret
Hi Lucas, The documentation that describes how to configure CMake options for external libraries is here: https://dealii.org/developer/users/cmake_dealii.html#configureext . You should just need to pass cmake the flag -DBOOST-DIR= (with the correct path added, of course. From your first post,

[deal.II] Re: Boost version problem

2021-08-19 Thread Lucas Myers
Hi folks, This problem is back, and I'm not sure what to do about it. To solve the problem, I updated boost to the newest version (1.76.0), and then reinstalled the newest dealii release (9.3.1). I configured it to use external dependency for boost so that it configured and installed with

[deal.II] Re: Boost version problem

2021-08-10 Thread Lucas Myers
Update: the problem is that, when I installed the newest version of dealii, the boost version that I had separately installed was 1.67.0. Instead of using the version bundled in dealii (version 1.70.0), dealii configured with the separately installed version. However, whenever it does the