python3Packages.cvxpy: disable OpenMP on Darwin
Matches upstream, which doesn't test OpenMP on Darwin.
This commit is contained in:
parent
15e309b2b6
commit
2c301e3f3f
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
, osqp
|
||||
, scipy
|
||||
, scs
|
||||
, useOpenmp ? true
|
||||
, useOpenmp ? (!stdenv.isDarwin)
|
||||
# Check inputs
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
|
Loading…
Reference in a new issue