forked from mirrors/nixpkgs
Merge pull request #187525 from nviets/xgboost-headers
xgboost: add headers from dmlc-core and rabit
This commit is contained in:
commit
6586a3d13d
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue