innolitics / freesurfer

The official FreeSurfer repository maintained by LCN
Other
1 stars 2 forks source link

Prune Down ITK Dependencies #27

Closed yujanshrestha closed 6 years ago

yujanshrestha commented 6 years ago

ITK takes forever to build and we do not use all of it. It appears we only really use the FileIO components and some filtering. We should figure out exactly what list of build options we actually need to build ITK for use with GEMS2.

yujanshrestha commented 6 years ago

This actually should be pretty easy. We can just start by turning off all ITK modules, then enable them one by one as we get errors building GEMS2.

yujanshrestha commented 6 years ago

Looks like only

are necessary to build GEMS2.