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
If performing a shallow git clone (eg. for a Docker image), cmake function FindVersion()here reports mismatch between git tag and base version. However git describe isn't yielding a mismatched tag: it's yielding an error message, the function is then comparing that error message to MRTRIX_BASE_VERSION, and compilation cannot proceed.
If performing a shallow git clone (eg. for a Docker image),
cmake
functionFindVersion()
here reports mismatch between git tag and base version. Howevergit describe
isn't yielding a mismatched tag: it's yielding an error message, the function is then comparing that error message toMRTRIX_BASE_VERSION
, and compilation cannot proceed.