diff --git a/BUILD.md b/BUILD.md index bdc9ec7c08..77033f80c0 100644 --- a/BUILD.md +++ b/BUILD.md @@ -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: