VTK is an open-source, freely available software system for 3D computer graphics
packages for vtk 7 based on this PR: https://github.com/conda/conda-recipes/pull/581
conda create -n build_vtk python=3
source activate build_vtk
conda install anaconda-client
conda build /software/conda-recipes/vtk
conda build --python 3.5 /software/conda-recipes/vtk
anaconda upload /software/anaconda/conda-bld/osx-64/vtk-7.0.0-py35_1.tar.bz2
anaconda upload /software/anaconda/conda-bld/osx-64/vtk-7.0.0-py27_1.tar.bz2