File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,13 @@ cabal install
5555To install ` cabal ` packaging tool and generally the Haskell platform and
5656compiler, 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
6463documentation 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
You can’t perform that action at this time.
0 commit comments