On 7/11/22 14:55, François Bissey wrote:
I am very of the mind that we should stop the splitting. Versionning of
the individual packages is a bit in the air but following the meta
package versioning is the easiest maintenance wise.
Writing down stuff and posting it helps to think about it. Following the
meta packaging versioning may break tracking with repology, so best to
avoid it.
Other stuff that I should mention:
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.
openmp: is currently automagic for most packages supporting it. Used if
found. I can work with upstream to turn it off if necessary.y
Upside: cuda is handled fairly well by cmake compared to autoconf.
François