conda-forge / cross-python-feedstock

A conda-smithy repository for cross-python.
BSD 3-Clause "New" or "Revised" License
4 stars 15 forks source link

Fix python.app #18

Closed bkpoon closed 3 years ago

bkpoon commented 3 years ago

Checklist

This replaces the python in python.app if it is installed.

For reference, I did this for https://github.com/conda-forge/cctbx-base-feedstock/pull/16 and the relevant lines in build.sh are

# update python.app python on osx-arm64 to avoid Bad CPU type error
if [[ "$CC" == *"arm64"* ]]; then
  rm $PREFIX/python.app/Contents/MacOS/python
  cp $PREFIX/bin/python $PREFIX/python.app/Contents/MacOS/python
conda-forge-linter commented 3 years ago

Hi! This is the friendly automated conda-forge-linting service.

I just wanted to let you know that I linted all conda-recipes in your PR (recipe) and found it was in an excellent condition.