Skip to content

Commit 32a2925

Browse files
committed
Update build.sh
1 parent 2d2cee8 commit 32a2925

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/bin/bash
2-
# this is a simple scrip to make xgboost in MAC nad Linux
2+
# this is a simple script to make xgboost in MAC nad Linux
33
# 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
46
if make; then
57
echo "Successfully build multi-thread xgboost"
68
else

0 commit comments

Comments
 (0)