nipy / mindboggle

Automated anatomical brain label/shape analysis software (+ website)
http://mindboggle.info
Other
144 stars 54 forks source link

Can't compile TravelDepthMain #88

Closed diegombeltran closed 7 years ago

diegombeltran commented 7 years ago

Scanning dependencies of target TravelDepthMain [ 57%] Building CXX object travel_depth/CMakeFiles/TravelDepthMain.dir/TravelDepthMain.cpp.o make[2]: *** No rule to make target '/usr/lib/x86_64-linux-gnu/libSM.so', needed by 'travel_depth/TravelDepthMain'. Stop. make[1]: *** [travel_depth/CMakeFiles/TravelDepthMain.dir/all] Error 2 CMakeFiles/Makefile2:345: recipe for target 'travel_depth/CMakeFiles/TravelDepthMain.dir/all' failed Makefile:127: recipe for target 'all' failed make: *** [all] Error 2 The command '/bin/sh -c mkdir $vtk_cpp_tools && cd $vtk_cpp_tools && cmake ../ -DVTK_DIR:STRING=$VTK_DIR && make' returned a non-zero code: 2

Using Dockerfile from @akeshavan. Previously changed vivid to xenial to build the container.

akeshavan commented 7 years ago

Hi @diegombeltran - I'm working on this now, but in the meantime, you don't need to build the Docker image to use it. An already built version lives on docker-hub: docker pull bids/mindboggle

binarybottle commented 7 years ago

The installation page (http://mindboggle.readthedocs.io/en/latest/#installing-mindboggle) accidentally had "build" rather than "pull" in the docker command -- I apologize for the confusion!