Page MenuHomePhabricator

Add additional namespace introduced by boost 1.78
Closed, ResolvedPublic

Description

The current eMITK CI builds fail because of a change in the boost version. This change added a new namespace interpolators to the barycentric_rational class.

As a fix calls like boost::math::barycentric_rational need to be changed to boost::math::interpolators::barycentric_rational

Revisions and Commits

Restricted Differential Revision

Event Timeline

kalali triaged this task as Normal priority.Dec 30 2021, 9:42 AM
kalali created this task.
kalali added a revision: Restricted Differential Revision.Dec 30 2021, 9:46 AM

This has also been adressed in D568 since the problem turned up there in the CI builds. Should we still solve it in D582 separately or just wait until D568 can be landed?

My suggestion would be to fix this with this separate differential because the error also makes the nightly builds fail and we don't need to wait for your large differential to be accepted.

kalali added a commit: Restricted Diffusion Commit.Jan 10 2022, 5:53 PM
kalali claimed this task.