Skip to content

Commit

Permalink
Fold build_ext call into pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham authored Jan 9, 2024
1 parent 0999625 commit 505b257
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ build:
{% endif %}
script:
- set "INCLUDE=%INCLUDE%;%BUILD_PREFIX%\Library\include" # [win64]
- {{ PYTHON }} setup.py build_ext -j1
- {{ PYTHON }} -m pip install . --no-deps -vv
- {{ PYTHON }} -m pip install . --global-option="build_ext" --global-option="-j1" --no-deps -vv
script_env:
# Ensure that CUDA includes can be found by the host compiler
- CUDA_HOME="${PREFIX}/targets/{{ target_name }}" # [linux]
Expand Down

0 comments on commit 505b257

Please sign in to comment.