python3Packages.cvxpy: disable OpenMP on Darwin

Matches upstream, which doesn't test OpenMP on Darwin.
wip/little-gl
Drew Risinger 3 years ago committed by Jonathan Ringer
parent 15e309b2b6
commit 2c301e3f3f
  1. 2
      pkgs/development/python-modules/cvxpy/default.nix

@ -9,7 +9,7 @@
, osqp
, scipy
, scs
, useOpenmp ? true
, useOpenmp ? (!stdenv.isDarwin)
# Check inputs
, pytestCheckHook
}:

Loading…
Cancel
Save