Loading pkgs/development/python-modules/lightgbm/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ , ocl-icd , opencl-headers , boost , gpuSupport ? true , gpuSupport ? stdenv.isLinux }: buildPythonPackage rec { Loading Loading @@ -48,7 +48,11 @@ buildPythonPackage rec { ]; buildPhase = '' runHook preBuild ${python.pythonForBuild.interpreter} setup.py bdist_wheel ${lib.optionalString gpuSupport "--gpu"} runHook postBuild ''; postConfigure = '' Loading Loading
pkgs/development/python-modules/lightgbm/default.nix +5 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ , ocl-icd , opencl-headers , boost , gpuSupport ? true , gpuSupport ? stdenv.isLinux }: buildPythonPackage rec { Loading Loading @@ -48,7 +48,11 @@ buildPythonPackage rec { ]; buildPhase = '' runHook preBuild ${python.pythonForBuild.interpreter} setup.py bdist_wheel ${lib.optionalString gpuSupport "--gpu"} runHook postBuild ''; postConfigure = '' Loading