Merge pull request #68719 from jonringer/fix-lightgbm

pythonPackages.lightgbm: fix build
This commit is contained in:
Mario Rodas 2019-09-15 16:19:24 -05:00 committed by GitHub
commit 27c9327076
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,6 +21,8 @@ buildPythonPackage rec {
cmake
];
dontUseCmakeConfigure = true;
# 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
# any effect, so we have to inject it into NIX_LDFLAGS manually below