Skip to content

Commit

Permalink
remove lines in build:script that are handled by cross-python now
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 4, 2021
1 parent 551e248 commit 6cb38e6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,6 @@ build:
- export PYO3_CROSS_INCLUDE_DIR=$PREFIX/include
- export PYO3_CROSS_LIB_DIR=$SP_DIR/../
- export PYO3_CROSS_PYTHON_VERSION=$PY_VER
- ls $PYO3_CROSS_LIB_DIR
- find $PYO3_CROSS_LIB_DIR -name "_sysconfigdata*.py" -not -name "${_CONDA_PYTHON_SYSCONFIGDATA_NAME_BACKUP}.py" -type f -exec rm -f {} +
- ls $PYO3_CROSS_LIB_DIR
{% endif %}
- {{ PYTHON }} -m pip install . -vv

Expand Down

0 comments on commit 6cb38e6

Please sign in to comment.