From cf4951b0b04a70f4f6e951572d477c6ffc3b211c Mon Sep 17 00:00:00 2001 From: Preston Parry Date: Fri, 26 Aug 2016 16:00:23 -0500 Subject: [PATCH] Fixes another typo "candicate" (#1509) --- python-package/build_trouble_shooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-package/build_trouble_shooting.md b/python-package/build_trouble_shooting.md index 67bcfda8c..71fd57fe2 100644 --- a/python-package/build_trouble_shooting.md +++ b/python-package/build_trouble_shooting.md @@ -10,7 +10,7 @@ Linux platform (also Mac OS X in general) ------------ **Trouble 0**: I see error messages like this when install from github using `python setup.py install`. - XGBoostLibraryNotFound: Cannot find XGBoost Libarary in the candicate path, did you install compilers and run build.sh in root path? + XGBoostLibraryNotFound: Cannot find XGBoost Libarary in the candidate path, did you install compilers and run build.sh in root path? List of candidates: /home/dmlc/anaconda/lib/python2.7/site-packages/xgboost-0.4-py2.7.egg/xgboost/libxgboostwrapper.so /home/dmlc/anaconda/lib/python2.7/site-packages/xgboost-0.4-py2.7.egg/xgboost/../../wrapper/libxgboostwrapper.so @@ -49,4 +49,4 @@ Most of the troubles and solutions are the same with that in the Linux platform. **Solution 0**: `clang LLVM` compiler on Mac OS X from Xcode doesn't support OpenMP multi-thread. An alternative choice is installing `homebrew` and `brew install g++-5` which provides multi-thread OpenMP support. **Trouble 1**: Can I install `clang-omp` for supporting OpenMP without using `gcc`? -**Solution 1**: it is not support and may have linking errors. \ No newline at end of file +**Solution 1**: it is not support and may have linking errors.