Skip to content

Commit

Permalink
explicitly depend on openblas; scs links to numpy's blas+lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
djsutherland committed Jun 13, 2018
1 parent 221b4d9 commit 86d1fec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipes/scs/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ requirements:
- setuptools
- pip
- numpy
- openblas # links to the blas picked up from numpy version
run:
- python
- {{ pin_compatible('numpy') }}
- openblas
- scipy >=0.13.2

test:
Expand Down

0 comments on commit 86d1fec

Please sign in to comment.