python3Packages.lightgbm: disable gpu support on darwin

This commit is contained in:
natsukium 2023-05-25 18:31:11 +09:00
parent 60a2bc32e7
commit 602bfd6a31
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -12,7 +12,7 @@
, ocl-icd
, opencl-headers
, boost
, gpuSupport ? true
, gpuSupport ? stdenv.isLinux
}:
buildPythonPackage rec {