From 32a2925be858fb8a614a5d716f53291affb09f58 Mon Sep 17 00:00:00 2001 From: Tianqi Chen Date: Sat, 6 Sep 2014 22:27:25 -0700 Subject: [PATCH] Update build.sh --- build.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 7281cb6cb..35a566ccc 100755 --- a/build.sh +++ b/build.sh @@ -1,6 +1,8 @@ #!/bin/bash -# this is a simple scrip to make xgboost in MAC nad Linux +# this is a simple script to make xgboost in MAC nad Linux # basically, it first try to make with OpenMP, if fails, disable OpenMP and make again +# This will automatically make xgboost for MAC users who do not have openmp support +# In most cases, type make will give what you want if make; then echo "Successfully build multi-thread xgboost" else