Fixes another typo "candicate" (#1509)
This commit is contained in:
parent
78ae772f2c
commit
cf4951b0b0
@ -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`.
|
**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:
|
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/libxgboostwrapper.so
|
||||||
/home/dmlc/anaconda/lib/python2.7/site-packages/xgboost-0.4-py2.7.egg/xgboost/../../wrapper/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` <http://brew.sh/> and `brew install g++-5` which provides multi-thread OpenMP support.
|
**Solution 0**: `clang LLVM` compiler on Mac OS X from Xcode doesn't support OpenMP multi-thread. An alternative choice is installing `homebrew` <http://brew.sh/> and `brew install g++-5` which provides multi-thread OpenMP support.
|
||||||
|
|
||||||
**Trouble 1**: Can I install `clang-omp` for supporting OpenMP without using `gcc`?
|
**Trouble 1**: Can I install `clang-omp` for supporting OpenMP without using `gcc`?
|
||||||
**Solution 1**: it is not support and may have linking errors.
|
**Solution 1**: it is not support and may have linking errors.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user