mljs / xgboost

A port of XGBoost to javascript with emscripten
Other
41 stars 8 forks source link

Fix #6 Missing xgboost/lib/libxgboost.so #7

Closed dennismphil closed 6 years ago

dennismphil commented 6 years ago

On Mac OS, npm run build fails with the error that xgboost/lib/libxgboost.so file not found.

Taking lead from Makefile in xgboost modifed the makefile to read dylib instead of .so on Darwin platform.