Skip to content

Commit

Permalink
BLD: conda selectors for libgfortran when np==19
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Jevnik committed May 27, 2016
1 parent 24f3080 commit aa0592a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/zipline/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ source:
requirements:
build:
- python {{ PY_VER }}*
- libgfortran ==1 # [np == 19]
{% for req in data.get('build_requires', []) -%}
- {{req}}
{% endfor %}
run:
- python
- libgfortran ==1 # [np == 19]
{% for req in data.get('install_requires', []) -%}
- {{req}}
{% endfor %}
Expand Down

0 comments on commit aa0592a

Please sign in to comment.