[x] Bumped the build number (if the version is unchanged)
[ ] Reset the build number to 0 (if the version changed)
[x] Re-rendered with the latest conda-smithy (Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)
[ ] Ensured the license file is being packaged.
This replaces the python in python.app if it is installed.
# 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
Checklist
0
(if the version changed)conda-smithy
(Use the phrase code>@<space/conda-forge-admin, please rerender in a comment in this PR for automated rerendering)This replaces the
python
inpython.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