Skip to content

Commit

Permalink
Merge pull request #400 from nehaljwani/make_build_dep
Browse files Browse the repository at this point in the history
conda recipe: add make as build dep
  • Loading branch information
stuartarchibald committed Oct 23, 2018
2 parents 48db094 + 3d0a4ed commit a52ca0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conda-recipes/llvmlite/meta.yaml
Expand Up @@ -21,6 +21,7 @@ requirements:
- {{ compiler('cxx') }} # [not (osx or armv6l or armv7l or aarch64)]
# The DLL build uses cmake on Windows
- cmake # [win]
- make # [unix and not (armv6l or armv7l or aarch64)]
host:
- python
# On channel https://anaconda.org/numba/
Expand Down

0 comments on commit a52ca0d

Please sign in to comment.