Fixed OpenMP installation on MacOSX with gcc-6 (#1460)

* Fixed OpenMP installation on MacOSX with gcc-6

- Modified makefile from gcc-5 to gcc-6
- Removed deprecated install instructions from doc (gcc-5 was automatically forced if available in makefile on OSX)

* Fixed OpenMP installation on MacOSX with gcc-6

- Modified makefile from gcc-5 to gcc-6
- Removed deprecated install instructions from doc (gcc-5 was automatically forced if available in makefile on OSX)
This commit is contained in:
Francesco Mosconi
2016-08-22 10:30:34 -07:00
committed by Tianqi Chen
parent 93e85139bc
commit d754ce7dc1
3 changed files with 9 additions and 29 deletions

View File

@@ -3,11 +3,11 @@
#
# If you want to change the configuration, please use the following
# steps. Assume you are on the root directory of xgboost.
# First copy the this file so that any local changes will be ignored by git
# First copy this file so that any local changes will be ignored by git
#
# $ cp make/config.mk .
#
# Next modify the according entries, and then compile by
# Next modify the according entries in the copied file and then compile by
#
# $ make
#