File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
doc/sphinx/source/install Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 66Required tools:
77* CMake >= 3.14 to build the code
88* Git
9- * C/C++ compiler (gcc >= 4.6 or visual studio or clang)
9+ * C/C++ compiler with C++14 support
10+ * see here: https://en.cppreference.com/w/cpp/compiler_support
11+ * TLDR gcc >= 5, clang >= 3.4, msvc >= 2017
1012
1113Optional tool:
12- * CUDA >= 7 .0 (CUDA 7.5 is currently not recommended (see Note 1))
14+ * CUDA >= 9 .0
1315Note: On Windows, there are compatibility issues to build the GPU part due to conflicts between msvc/nvcc/thrust/eigen/boost.
1416
1517### Getting the sources:
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ Required tools:
6969
7070* CMake >= 3.14 to build the code
7171* Git
72- * C/C++ compiler supporting the C++11 standard (gcc >= 4.6 or visual studio or clang )
72+ * C/C++ compiler supporting the C++14 standard (gcc >= 5, clang >= 3.4, msvc >= 2017 )
7373
7474Optional tool:
7575
76- * CUDA >= 7.0 (CUDA 7.5 is currently not recommended)
76+ * CUDA >= 9.0
7777
7878
7979.. note ::
You can’t perform that action at this time.
0 commit comments