Skip to content

Commit

Permalink
update llvm prereqs
Browse files Browse the repository at this point in the history
Signed-off-by: Jade Abraham <[email protected]>
  • Loading branch information
jabraham17 committed Feb 1, 2024
1 parent 7439414 commit 089a0ae
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/rst/usingchapel/prereqs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for using Chapel:

* C11 support, while not required, will enable faster atomic operations.

* CMake is available and ``cmake`` runs version 3.13.4 or later.
* CMake is available and ``cmake`` runs version 3.20 or later.

* The LLVM backend is now the default and it is easiest to use it with a
system-wide installation of LLVM and clang. On Mac OS X, LLVM 14 and
Expand All @@ -44,6 +44,8 @@ for using Chapel:
use the bundled LLVM or disable LLVM support (see
:ref:`readme-chplenv.CHPL_LLVM`).

* Using the LLVM backend with LLVM 16 or newer requires C++17 support.

In addition, several optional components have additional requirements:

* Python 3.7 or newer is required if you want to use chpldoc, c2chapel,
Expand All @@ -59,9 +61,6 @@ In addition, several optional components have additional requirements:

* ``pkg-config`` is required for the ``mason system`` subcommands

* ``cmake`` 3.16 or newer is required to install ``chpl`` when choosing an
installation with ``./configure --chpl-home=/path/to/install``


.. _readme-prereqs-installation:

Expand Down

0 comments on commit 089a0ae

Please sign in to comment.