Skip to content
Snippets Groups Projects
Commit 49cf198b authored by Robert Maynard's avatar Robert Maynard
Browse files

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

parent e506afee
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment