Re: [deal.II] Re: Error with boost after installing dealii with spack

2020-11-11 Thread Jean-Paul Pelteret

Hi Christian,


It sounds like what might be happening is that your project is 
preferrentially picking up a system boost rather than the one that 
you've compiled deal.II with. Marc's suggestion of building the 
development version with that patch (#11024 
) would likely confirm 
that. You could also compile your project with |"make VERBOSE=1" and 
|see if a system boost appears in the link line. If so, then you'll 
probably need to either setup a spack environment for deal.II to make 
sure that all of its (spack) dependencies take preference when the 
environment is active, or you can load the appropriate boost module (I 
believe that this would have the same effect). With either of these, you 
should clean your project build directory and then configure it once more.


I hope that this helps you solve your problem.

Best,
Jean-Paul


On 11.11.20 21:38, Marc Fehling wrote:

Hi Christian!

Right now I have two things in mind that you could try out:

  * Configure your own project with cmake from scratch, if you haven't
already done so.
  * Build deal.II with the bundled version of boost and see if the
problem persists.

You can also try out to build deal.II with the upstream master branch. 
Recently a check for matching boost versions has been introduced (see 
#11024 ).


Marc
--
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 
.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/128c7d58-ca2b-43f5-b4bc-b47be4c0cd11o%40googlegroups.com 
.


--
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/b41627f3-976d-7ac5-f977-206194d2d191%40gmail.com.


[deal.II] Re: Error with boost after installing dealii with spack

2020-11-11 Thread Marc Fehling
Hi Christian!

Right now I have two things in mind that you could try out:

   - Configure your own project with cmake from scratch, if you haven't 
   already done so.
   - Build deal.II with the bundled version of boost and see if the problem 
   persists.

You can also try out to build deal.II with the upstream master branch. 
Recently a check for matching boost versions has been introduced (see #11024 
).

Marc

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/128c7d58-ca2b-43f5-b4bc-b47be4c0cd11o%40googlegroups.com.