MRtrix3 / mrtrix3

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
http://www.mrtrix.org
Mozilla Public License 2.0
281 stars 176 forks source link

Slow cmake configuration on MSYS2 #2898

Closed Lestropie closed 1 month ago

Lestropie commented 1 month ago
Code version Tests included Time
dev No 0m2.850s
dev Yes 0m20.466s
#2865 No 0m2.974s
#2865 Yes 1m36.208s

Clearly cmake on MSYS2 doesn't like making tests. Configuration takes almost as long as compilation.

Don't know whether this has any relationship to the MSYS2 testing issues in #2865.

Lestropie commented 1 month ago

Think this may be proportional to the number of calls to cygpath... shouldn't be that slow, surely?!?!

Lestropie commented 1 month ago

Closed by 3032dd5ef879784e2b12510e6c5cb8a5911a673d in #2865.