CMake progress report
At the moment, we're down to the following libraries missing CMake support on develop: asio locale log numeric/odeint numeric/ublas parameter_python python sync I've asked Chris how we can proceed with adding a CMakeLists.txt file to ASIO so that we can unblock Log (and Beast.) In addition, the following libraries are currently disabled as having incompatible CMakeLists.txt files in their root directories: beast callable_traits compute gil hana hof safe_numerics static_string stl_interfaces yap I'm working on documenting the CMake support infrastructure, but I'm not done yet.
At the moment, we're down to the following libraries missing CMake support on develop:
asio locale log numeric/odeint numeric/ublas parameter_python python sync
I've asked Chris how we can proceed with adding a CMakeLists.txt file to ASIO so that we can unblock Log (and Beast.)
Update: ASIO has a CMakeLists.txt now as well.
On Tue, 1 Jun 2021 at 21:35, Peter Dimov via Boost
In addition, the following libraries are currently disabled as having incompatible CMakeLists.txt files in their root directories:
gil
I am happy to make it compatible and will do so as soon as the guidelines are available. Best regards, -- Mateusz Loskot, http://mateusz.loskot.net
Update:
At the moment, we're down to the following libraries missing CMake support on develop:
asio locale log numeric/odeint numeric/ublas parameter_python python sync
That's just log numeric/odeint numeric/ublas sync now. Sync probably doesn't count anyway.
In addition, the following libraries are currently disabled as having incompatible CMakeLists.txt files in their root directories:
beast callable_traits compute gil hana hof safe_numerics static_string stl_interfaces yap
beast, stl_interfaces, yap have been fixed.
participants (2)
-
Mateusz Loskot
-
Peter Dimov