python3Packages.xgboost: fix the build on Darwin (#65703)
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
, nose
|
||||
, scipy
|
||||
, scikitlearn
|
||||
, stdenv
|
||||
, xgboost
|
||||
, substituteAll
|
||||
, pandas
|
||||
@@ -19,6 +20,7 @@ buildPythonPackage rec {
|
||||
(substituteAll {
|
||||
src = ./lib-path-for-python.patch;
|
||||
libpath = "${xgboost}/lib";
|
||||
extention = stdenv.hostPlatform.extensions.sharedLibrary;
|
||||
})
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user