Skip to content

Commit

Permalink
updated build instructions with the dependency on libclang for code f…
Browse files Browse the repository at this point in the history
…ormatting
  • Loading branch information
teju85 committed May 21, 2019
1 parent 5a725ed commit 47c872e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ To install cuML from source, ensure the dependencies are met:
5. Cython (>= 0.29)
6. gcc (>=5.4.0)
7. BLAS - Any BLAS compatible with cmake's [FindBLAS](https://cmake.org/cmake/help/v3.12/module/FindBLAS.html). Note that the blas has to be installed to the same folder system as cmake, for example if using conda installed cmake, the blas implementation should also be installed in the conda environment.
8. libclang conda package (= 8.0.0). Installation command: `conda install -c teju85 libclang`. This is needed to enforce uniform C++ coding style across the project.

## Installing from Source:

Expand Down

0 comments on commit 47c872e

Please sign in to comment.