boostorg / accumulators

An awesome library from Boost
http://boost.org/libs/accumulators
22 stars 54 forks source link

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

Open jimlloyd-mse opened 1 year ago

jimlloyd-mse commented 1 year ago

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.

jdumas commented 11 months ago

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.