Closed tashrifbillah closed 5 years ago
I have been able to install UKFTractography on Centos6 machines. The error we saw before was related to broken cmake files in /usr/lib64/boost/
directory. Although, we were loading an advanced version of boost, since Eigen wasn't doing a version check, the new one was not being found.
I encountered the above by forcing Eigen to find a minimum boost version 1.53 while our clusters have versions>=1.54.
Fixed by https://github.com/tashrifbillah/eigen-git-mirror/commit/6f584de8d2e5615411edfb3d611fdc932c19f905 and https://github.com/pnlbwh/ukftractography/commit/256d2b394e2fd818ce677950d5a469ac35d728b5
Trying to find a fix for the following: