Skip to content

Commit 8b705be

Browse files
committed
doc a-llvm
1 parent d01dcfa commit 8b705be

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,13 @@ cabal install
5555
To install `cabal` packaging tool and generally the Haskell platform and
5656
compiler, use [GHCup](https://www.haskell.org/ghcup/).
5757

58-
To compile successfully, you also need a working development installation of
59-
LLVM-15. (To validate, check out if `llvm-config` command works for you and
60-
gives the correct version 15.) LLVM can be usually obtained from OS packages,
61-
typically under a name such as `llvm-15-dev` or similar. LLVM is required for
62-
Accelerate framework to optimize the numeric code for your platform; for
63-
additional details on the installation see [the appropriate section of the
58+
To run `remotesom` successfully, you will also need a working installation of
59+
LLVM's `clang` (which is used by Accelerate framework to compile and optimize
60+
the numeric computation kernels). Generally, any version greater than
61+
`clang-15` works; and distribution packages (such as ones gotten by `apt
62+
install clang`) are typically OK. For installation details, see [the
6463
documentation of
65-
accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm/blob/master/README.md#installing-llvm).
64+
accelerate-llvm](https://github.com/AccelerateHS/accelerate-llvm/blob/master/README.md).
6665

6766
### Prepare the data (on each data host)
6867

0 commit comments

Comments
 (0)