Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let's try rust again #64

Merged
merged 14 commits into from
Mar 9, 2021
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build:
script:
- export PYO3_CROSS_INCLUDE_DIR=$PREFIX/include # [build_platform != target_platform]
- export PYO3_CROSS_LIB_DIR=$PREFIX/lib # [build_platform != target_platform]
- export PYO3_PYTHON_VERSION=$python # [build_platform != target_platform]
ocefpaf marked this conversation as resolved.
Show resolved Hide resolved
- {{ PYTHON }} -m pip install . -vv

requirements:
Expand Down