mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 20:20:55 +08:00
BLD: conda selectors for libgfortran when np==19
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user