Skip to content

Commit aa0592a

Browse files
author
Joe Jevnik
committed
BLD: conda selectors for libgfortran when np==19
1 parent 24f3080 commit aa0592a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

conda/zipline/meta.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ source:
1616
requirements:
1717
build:
1818
- python {{ PY_VER }}*
19+
- libgfortran ==1 # [np == 19]
1920
{% for req in data.get('build_requires', []) -%}
2021
- {{req}}
2122
{% endfor %}
2223
run:
2324
- python
25+
- libgfortran ==1 # [np == 19]
2426
{% for req in data.get('install_requires', []) -%}
2527
- {{req}}
2628
{% endfor %}

0 commit comments

Comments
 (0)