While not quite in the best way, I have stuff for doc building and basic
testing ready for when 6.0.0 finally comes out.
I may want to add a few ebuilds since not everything is currently shipped.
On 7/11/22 16:04, François Bissey wrote:
doc building will not happen with the current cmake implementation. Meta
building is still handled by a makefile with some options and docs are
still built by the generic makefiles.
Same with test suites. We currently use "Demo" as test suites. They can
be built from cmake (at least in some of the packages) but they are not
currently executed and tested by cmake.
François