Skip to content
Snippets Groups Projects
Commit cee586b4 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Change Clang minimal version to 14

parent fdb02a7e
Branches
No related tags found
1 merge request!203git subrepo pull packages/HighFive
This commit is part of merge request !203. Comments created here will be created in the context of that merge request.
...@@ -95,7 +95,7 @@ endif() ...@@ -95,7 +95,7 @@ endif()
# Checks if compiler version is compatible with Pugs sources # Checks if compiler version is compatible with Pugs sources
set(GNU_CXX_MIN_VERSION "10.0.0") set(GNU_CXX_MIN_VERSION "10.0.0")
set(CLANG_CXX_MIN_VERSION "11.0.0") set(CLANG_CXX_MIN_VERSION "14.0.0")
#------------------------------------------------------ #------------------------------------------------------
# Change Kokkos namespace to avoid conflicts # Change Kokkos namespace to avoid conflicts
......
...@@ -13,7 +13,7 @@ that are assembled together by a user friendly language. ...@@ -13,7 +13,7 @@ that are assembled together by a user friendly language.
For the most basic build, `pugs` only requires For the most basic build, `pugs` only requires
- a C++-20 compiler. - a C++-20 compiler.
- g++-10 or higher versions - g++-10 or higher versions
- clang-11 or higher versions - clang-14 or higher versions
- `CMake` (at least 3.19) - `CMake` (at least 3.19)
> **Warning**:<br> > **Warning**:<br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment