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

CMakeLists.txt references non-existent component Boost::numeric_ublas #55

Open
jimlloyd-mse opened this issue Jul 17, 2023 · 1 comment · May be fixed by #56
Open

CMakeLists.txt references non-existent component Boost::numeric_ublas #55

jimlloyd-mse opened this issue Jul 17, 2023 · 1 comment · May be fixed by #56

Comments

@jimlloyd-mse
Copy link

I do not know the history here, but it seems that the component numeric_ublas was probably recently removed but CMakeLists.txt was not updated.

I have found that simply removing the line containing "Boost::numeric_ublas" is sufficient to build boost-1.82.0.

@jimlloyd-mse jimlloyd-mse linked a pull request Jul 18, 2023 that will close this issue
@jdumas
Copy link

jdumas commented Sep 25, 2023

Ublas is still a required dependency, e.g. see this header. The real issue is that Ublas is the only Boost library that is missing CMake support at the moment. See this PR for more details.

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.

2 participants