Closed daljit46 closed 2 months ago
Is this on dev
or master
? If on dev
, that's expected. If master
, we'd need to look into it...
This is on dev, but since we're targeting Ubuntu 20.04 LTS as the minimum baseline for building MRtrix3, I thought it'd still be relevant. Well, unless we aim to no longer depend on Eigen being installed on the user's system (e.g. by implementing #2859).
See relevant comment in #2578. It had a larger discussion in video call, the online documentation of the conversation is a bit light. I'd say that either #2859 needs to happen for 3.1.0
, or this code needs to be reverted to be Eigen 3.3 compatible.
Closing as we merged #2859.
I came across this when building on Ubuntu 20.04 (which is what we will use for building MRtrix3 release packages). Compilation error:
This will be irrelevant if #2859 or an alternative solution is merged. Not an issue for releases as we can always install eigen manually from Gitlab, but for end users who want to build from source we should try to fix this.