We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d2cee8 commit 32a2925Copy full SHA for 32a2925
build.sh
@@ -1,6 +1,8 @@
1
#!/bin/bash
2
-# this is a simple scrip to make xgboost in MAC nad Linux
+# this is a simple script to make xgboost in MAC nad Linux
3
# basically, it first try to make with OpenMP, if fails, disable OpenMP and make again
4
+# This will automatically make xgboost for MAC users who do not have openmp support
5
+# In most cases, type make will give what you want
6
if make; then
7
echo "Successfully build multi-thread xgboost"
8
else
0 commit comments