BLD: conda selectors for libgfortran when np==19

This commit is contained in:
Joe Jevnik
2016-05-27 17:28:40 -04:00
parent 24f30803bd
commit aa0592a4ea
+2
View File
@@ -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 %}