From d22093d3058eed005743d7e4d9164d66fcf12cc1 Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Wed, 8 Jan 2025 08:42:33 -0800 Subject: [PATCH 1/2] update cmake version in quickstart Signed-off-by: Jade Abraham --- doc/rst/usingchapel/QUICKSTART.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rst/usingchapel/QUICKSTART.rst b/doc/rst/usingchapel/QUICKSTART.rst index eccfc04bd988..6c1624f0fdec 100644 --- a/doc/rst/usingchapel/QUICKSTART.rst +++ b/doc/rst/usingchapel/QUICKSTART.rst @@ -104,7 +104,7 @@ rebuild Chapel from source in a different configuration: - Or, use ``export CHPL_LLVM=bundled`` to have Chapel build and use the bundled version of LLVM. Note that building the bundled version of - LLVM can take a long time and requires CMake version 3.13.4 or + LLVM can take a long time and requires CMake version 3.20 or higher. - Use ``export CHPL_LLVM=none`` to continue using the C back-end rather From 77805d1ab07aea3c2e5411b22a8ea4c5d24faa1e Mon Sep 17 00:00:00 2001 From: Jade Abraham Date: Wed, 15 Jan 2025 08:26:07 -0800 Subject: [PATCH 2/2] remove note about cmake Signed-off-by: Jade Abraham --- doc/rst/usingchapel/QUICKSTART.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/doc/rst/usingchapel/QUICKSTART.rst b/doc/rst/usingchapel/QUICKSTART.rst index 6c1624f0fdec..08db4a874c9f 100644 --- a/doc/rst/usingchapel/QUICKSTART.rst +++ b/doc/rst/usingchapel/QUICKSTART.rst @@ -104,8 +104,7 @@ rebuild Chapel from source in a different configuration: - Or, use ``export CHPL_LLVM=bundled`` to have Chapel build and use the bundled version of LLVM. Note that building the bundled version of - LLVM can take a long time and requires CMake version 3.20 or - higher. + LLVM can take a long time. - Use ``export CHPL_LLVM=none`` to continue using the C back-end rather than LLVM