xgboost: add headers from dmlc-core and rabit

Adding headers from dmlc-core and rabit.
This commit is contained in:
nviets 2022-08-19 17:15:38 -05:00 committed by GitHub
parent d6fb907269
commit 3a2124ddab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,8 @@ stdenv.mkDerivation rec {
runHook preInstall
mkdir -p $out
cp -r ../include $out
cp -r ../dmlc-core/include/dmlc $out/include
cp -r ../rabit/include/rabit $out/include
install -Dm755 ../lib/${libname} $out/lib/${libname}
install -Dm755 ../xgboost $out/bin/xgboost
runHook postInstall