Skip to content

Commit

Permalink
build req: gcc only for osx and libgfortran only linux
Browse files Browse the repository at this point in the history
  • Loading branch information
basnijholt committed Nov 2, 2016
1 parent d66bf7a commit a1fa071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes/kwant/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ requirements:
build:
- python
- toolchain
- gcc
- gcc # [osx]
- blas 1.1 {{ variant }}
- openblas 0.2.18|0.2.18.*
- mumps
Expand All @@ -31,7 +31,7 @@ requirements:
- cython
- nose
- tinyarray
- libgfortran
- libgfortran # [linux]

run:
- python
Expand Down

0 comments on commit a1fa071

Please sign in to comment.