dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #16938
Re: [Bug 493091] Re: Missing test for boost/bimap.hpp
Johannes Ring wrote:
> Is it really necessary to include this file? I tried to remove it (line
> 15) and DOLFIN compiled just fine without it. It would be good to not
> depend on this file since it is not available in the Boost libraries in
> Ubuntu Hardy and I would like to still provide debs for Hardy.
>
No it is not (now). It has been thought to use bimaps as data structure
for some intersection maps. But it is not entirely clear yet, how the
extension may look like, so just remove it (but it may reappear the future).
--
Missing test for boost/bimap.hpp
https://bugs.launchpad.net/bugs/493091
You received this bug notification because you are a member of DOLFIN
Team, which is subscribed to DOLFIN.
Status in DOLFIN: Confirmed
Bug description:
The buildbots are complaining on a missing Boost header file:
dolfin/mesh/IntersectionOperatorImplementation.h:15:27: error: boost/bimap.hpp: No such file or directory
This needs to be added to the config/testing of DOLFIN. The file is in libboost-dev.
References