MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
When we switched to CMake, it seems that I forgot to explicitly set Clang as the compiler for our linux-clang-buildCI workflow, so it was using GCC since it's the default compiler on Linux. This PR fixes that.
When we switched to CMake, it seems that I forgot to explicitly set Clang as the compiler for our
linux-clang-build
CI workflow, so it was using GCC since it's the default compiler on Linux. This PR fixes that.