Skip to content

ROOT GSL Update, 1.0 branch (2017.06.23.)

It turns out that GSL is not installed on all the grid nodes by default. So, to make it possible for clients to keep using it (through MathMore for instance), ROOT will just build its own version of GSL from now on.

This should even enable clients depending directly on GSL to just use find_package(GSL), and it should give them the ROOT compiled one in AnalysisBase.

This is to fix the issue that was discussed in link.

Merge request reports