From: Roy S. <roy...@ic...> - 2017-11-09 14:07:51
|
On Mon, 6 Nov 2017, Boris Boutkov wrote: > In some preliminary testing I encountered issues with the > LinearPartitioner, Could you be more specific? That partitioner is dead simple, so I wouldn't have expected to see many bugs, but it's also awful, so if there were many bugs there's probably been nobody to use it and encounter them for a decade. > and the SFCPartitioner complained it wasnt enabled despite me > configuring using --enable-everything. Any ideas if theres anything > simple I could have forgotten? Yeah: the SFC partitioner isn't under an LGPL-friendly license, so unless you add --disable-strict-lgpl to your configure line, it still gets dropped for that reason. --- Roy |