Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing test with bundled BOOST #13649

Closed
bangerth opened this issue Apr 27, 2022 · 0 comments · Fixed by #13650
Closed

Failing test with bundled BOOST #13649

bangerth opened this issue Apr 27, 2022 · 0 comments · Fixed by #13650
Milestone

Comments

@bangerth
Copy link
Member

On my system, using the bundled BOOST version, the following tests fail:

        3533 - dofs/nodal_renumbering_01.mpirun=2.debug (Failed)
        3535 - dofs/nodal_renumbering_01.mpirun=3.debug (Failed)
        3537 - dofs/nodal_renumbering_01.debug (Failed)

That's because of this failure:

3539: /home/fac/g/bangerth/p/deal.II/1/dealii/tests/dofs/nodal_renumbering_01.cc:38:10: fatal error: boost/algorithm/apply_permutation.hpp: No such file or directory
3539:    38 | #include <boost/algorithm/apply_permutation.hpp>
3539:       |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3539: compilation terminated.

The code was added as part of #13536 by @drwells . We should either add that file to the bundled version, or find a different way to express the operation that doesn't require the boost algorithm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant