Skip to content

Commit

Permalink
BLD: add llvm compiler for OSX build
Browse files Browse the repository at this point in the history
  • Loading branch information
kohr-h committed Jun 13, 2016
1 parent 86833d2 commit 3ec3e1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ requirements:
- setuptools
- numpy >=1.9
- future >=0.14
- gcc <5 # [not win]
- gcc <5 # [linux]
- llvm # [osx]
# Dependency for Windows compiler goes here if applicable
- boost
run:
Expand Down

0 comments on commit 3ec3e1c

Please sign in to comment.