nipy / mindboggle

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

enh: add etelemetry #183

Closed satra closed 5 years ago

satra commented 5 years ago

this adds etelemetry support to mindboggle. allows providing users updates on the latest version available.

satra commented 5 years ago

@binarybottle - i merged this in - feel free to create a new version of docker (and do test that you can call at least the help command).

binarybottle commented 5 years ago

Great! Will do right now...

binarybottle commented 5 years ago

docker build -t mindboggle -f Dockerfile .

[ 57%] Building CXX object travel_depth/CMakeFiles/TravelDepthMain.dir/TravelDepthMain.cpp.o make[2]: No rule to make target '/home/conda/feedstock_root/build_artifacts/vtk_1559962704560/_build_env/x86_64-conda_cos6-linux-gnu/sysroot/usr/lib/librt.so', needed by 'travel_depth/TravelDepthMain'. Stop. CMakeFiles/Makefile2:312: recipe for target 'travel_depth/CMakeFiles/TravelDepthMain.dir/all' failed make[1]: [travel_depth/CMakeFiles/TravelDepthMain.dir/all] Error 2 make: *** [all] Error 2

satra commented 5 years ago

this is a new issue in conda: https://github.com/conda-forge/vtk-feedstock/issues/86

trying to fix it to this build for now till they fix the feedstock: vtk=8.2.0=py36ha8e561a_201

fixed in #184

binarybottle commented 5 years ago

Done -- newest version with etelemetry up on hub.docker.com. Thank you, @satra!