Update build.sh
This commit is contained in:
parent
2d2cee879d
commit
32a2925be8
4
build.sh
4
build.sh
@ -1,6 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/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
|
# 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
|
if make; then
|
||||||
echo "Successfully build multi-thread xgboost"
|
echo "Successfully build multi-thread xgboost"
|
||||||
else
|
else
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user