Philippe Canal
Philippe Canal
> And .rootrc had no special entries compared to default one. If I am not missing something, the removed `.rootrc` had only: ``` Rint.History: .root_hist ``` The one auto generated...
> The price for our users is that they need to explicitly link any library that uses TSQLite also against sqlite3, and if they use TSQLite in a macro they...
> is a symbolic link to it. Rather than this technical choice, we may want to just copy/duplicate. We just replaced the symbolic link genreflex/rootcling by a copy.
> I am not sure though that the unresolved while linking is due to the high thread count. I think you might be right. The best way forward is to...
For the symbol, I have waiting on input on which library those symbols are meant to come from.
So I "found" that the `sgemm` is explicitly meant to come from a BLAS implementation and some test seem to rely on it and still run (eventhough `CMakeCache.txt` knows `BLAS`...
See the related failures created on the CI: https://github.com/root-project/root/pull/16664/checks?check_run_id=31435842971 where we run just the TMVA test to increase the chance of collisions .... and indeed the `tutorial-tmva-TMVA_SOFIE_GNN_Application` fails on most...
For 30:gtest-core-rint-TTabComTests see e3b8dacb4118 (i.e `TH1Editor` is missing in the minimal build but is important to the test (at least when it is available))
> Thanks Jonas for the review! 6.36 relnotes or 6.38? I will do that in a separate PR, to avoid re-running the CI. This should be only considered for v6.38....
> I do not know if there is a third way allowing for "remembering" if builtin_fftw3 was set by a previous call to CMake by the user There is :)....