On 03/31/2016 04:26 PM, Sylvestre Ledru wrote: > many thanks. I will try to integrate that asap.
Great! I can try installing a revised package to check it, when ready. > By the way, a side question, after the build with cmake, before the > "make install", is > it possible to remove the temporary files (*.o for example)? > The whole build requires a lot of spaces. 29G on my system. There is no builtin feature to remove just the .o files but you could script it yourself. However, following that with "make install" will recompile them. Instead use "make install/fast" to perform the installation without re-checking any build dependencies. -Brad