Skip to content

Commit

Permalink
Update minimum boost version in Requirements
Browse files Browse the repository at this point in the history
Change the boost version number to the oldest one we test in CI. Newer version might be required for recent compilers because of boost's compiler dependent macros.
  • Loading branch information
havogt authored Jan 29, 2024
1 parent cfeb760 commit f34ab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ CUDAHOSTCXX=`which g++` # full path to the C++ compiler to be used as CUDA host

##### Requirements
- C++17 compiler (see also list of tested compilers)
- Boost headers (1.65.1 or later)
- Boost headers (1.77 or later)
- CMake (3.18.1 or later)
- CUDA Toolkit (11.0 or later, optional)
- MPI (optional, CUDA-aware MPI for the GPU communication module `gcl_gpu`)
Expand Down

0 comments on commit f34ab13

Please sign in to comment.