17 inherit (xgboost) version src meta;
21 src = ./lib-path-for-python.patch;
22 libpath = "${xgboost}/lib";
23 extention = stdenv.hostPlatform.extensions.sharedLibrary;
27 postPatch = "cd python-package";
29 propagatedBuildInputs = [ scipy ];
30 buildInputs = [ xgboost ];
31 checkInputs = [ nose pytest scikitlearn pandas matplotlib graphviz datatable ];
35 nosetests ../tests/python