Skip to content

Commit

Permalink
Update minimum required boost to 1.73 (#1772)
Browse files Browse the repository at this point in the history
previously was bumped to 1.77, but we are actually still testing with 1.73
  • Loading branch information
havogt authored Jun 18, 2024
1 parent 5f41e7a commit 3b6c32a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ else()
endif()
endif()

set(REQUIRED_BOOST_VERSION 1.65.1)
set(REQUIRED_BOOST_VERSION 1.73)
find_package(Boost ${REQUIRED_BOOST_VERSION} REQUIRED)

# setup main gridtools target
Expand Down
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.77 or later)
- Boost headers (1.73 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 3b6c32a

Please sign in to comment.