pythonPackages.lightgbm: fix build
This commit is contained in:
@@ -21,6 +21,8 @@ buildPythonPackage rec {
|
|||||||
cmake
|
cmake
|
||||||
];
|
];
|
||||||
|
|
||||||
|
dontUseCmakeConfigure = true;
|
||||||
|
|
||||||
# we never actually explicitly call the install command so this is the only way
|
# we never actually explicitly call the install command so this is the only way
|
||||||
# to inject these options to it - however, openmp-library doesn't appear to have
|
# to inject these options to it - however, openmp-library doesn't appear to have
|
||||||
# any effect, so we have to inject it into NIX_LDFLAGS manually below
|
# any effect, so we have to inject it into NIX_LDFLAGS manually below
|
||||||
|
|||||||
Reference in New Issue
Block a user