From 3b92405dd00bb977bd9c13c882e96d21964b05e7 Mon Sep 17 00:00:00 2001 From: Ian Henriksen Date: Thu, 2 Apr 2020 16:14:55 -0500 Subject: [PATCH] Update compiler requirements in the README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa4dd28fc3..b5eb801bf2 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ beware. At the minimum, Galois depends on the following software: -- A modern C++ compiler compliant with the C++-17 standard (GCC >= 7, Intel >= 19.0.1, LLVM >= 4.0) +- A modern C++ compiler compliant with the C++-17 standard (gcc >= 7, Intel >= 19.0.1, clang >= 7.0) - CMake (>= 3.8) - Boost library ( >= 1.58.0, we recommend building/installing the full library)