Closed dennismphil closed 6 years ago
On Mac OS, npm run build fails with the error that xgboost/lib/libxgboost.so file not found.
npm run build
xgboost/lib/libxgboost.so
Taking lead from Makefile in xgboost modifed the makefile to read dylib instead of .so on Darwin platform.
.so
On Mac OS,
npm run build
fails with the error thatxgboost/lib/libxgboost.so
file not found.Taking lead from Makefile in xgboost modifed the makefile to read dylib instead of
.so
on Darwin platform.