Update the documentation to reflect we don't require boost.

This commit is contained in:
Robert Maynard 2016-10-21 08:38:44 -04:00
parent e506afee3d
commit 49cf198b80
2 changed files with 7 additions and 6 deletions

@ -70,8 +70,6 @@ The following files and directories come from third parties. Check the
contents of these for details on the specifics of their respective
licenses.
- - - - - - - - - - - - - - - - - - - - - - - - do not remove this line
CMake/CheckCXX11Features.cmake
CMake/FindBoostHeaders.cmake
CMake/FindTBB.cmake
CMake/FindGLEW.cmake
vtkm/cont/tbb/internal/parallel_sort.h

@ -9,12 +9,15 @@ VTK-m is a toolkit of scientific visualization algorithms for emerging processor
The VTK-m repository is located at [https://gitlab.kitware.com/vtk/vtk-m](https://gitlab.kitware.com/vtk/vtk-m)
VTK-m dependencies are:
VTK-m required dependencies are:
+ [CMake 3.3](http://www.cmake.org/download/)
VTK-m optional dependencies are:
+ [Cuda Toolkit 7+](https://developer.nvidia.com/cuda-toolkit)
+ [TBB](https://www.threadingbuildingblocks.org/)
+ [CMake 3.0](http://www.cmake.org/download/)
+ [Boost 1.52.0](http://www.boost.org) or greater
+ [Cuda Toolkit 6+](https://developer.nvidia.com/cuda-toolkit) or [Thrust 1.7+](https://thrust.github.com)
```
git clone https://gitlab.kitware.com/vtk/vtk-m.git vtkm