Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installation conflict with Eigen3.4 #27

Open
ahilderley opened this issue Feb 2, 2022 · 2 comments
Open

Installation conflict with Eigen3.4 #27

ahilderley opened this issue Feb 2, 2022 · 2 comments
Labels
bug Bug

Comments

@ahilderley
Copy link

Hi there,
Curious to know if there's been a fix for the issue below. I'm running into the same installation issue.
https://community.mrtrix.org/t/installation-error-of-mrtrix3tissue/5233

Big thanks!
Alicia

@ahilderley ahilderley added the bug Bug label Feb 2, 2022
@gdevenyi
Copy link

Eigen is a header-only library, as such, all you need to do to provide a version which mrtrix3tissue supports by downloading this, https://gitlab.com/libeigen/eigen/-/archive/3.3.9/eigen-3.3.9.tar.bz2, unpacking it, and then pointing the configure script properly:
EIGEN_CFLAGS="-isystem /path/to/the/unpacked/eign-3.3.9" ./configure

@Planetdtudy
Copy link

Planetdtudy commented May 16, 2023

Worked! Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bug
Development

No branches or pull requests

3 participants