python3Packages.cvxpy: disable OpenMP on Darwin

Matches upstream, which doesn't test OpenMP on Darwin.
This commit is contained in:
Drew Risinger 2021-05-07 15:49:00 -04:00 committed by Jonathan Ringer
parent 15e309b2b6
commit 2c301e3f3f

View file

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