Skip to content

Commit c04dcf9

Browse files
remove python upgrade (miniforge installs 3.12 apparently)
1 parent 60e5268 commit c04dcf9

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

recipe/build_base.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ set -ex
44
# Get an updated config.sub and config.guess
55
cp $BUILD_PREFIX/share/libtool/build-aux/config.* .
66

7-
if [[ ! -d ${BUILD_PREFIX}/python-bin ]]; then
8-
# Need an up-to-date python to build python.
9-
# python 3.10 in miniforge is too old.
10-
CONDA_SUBDIR=$build_platform conda create -p ${BUILD_PREFIX}/python-bin python -c conda-forge --yes --quiet
11-
export PATH=${BUILD_PREFIX}/python-bin/bin:${PATH}
12-
fi
13-
147
# The LTO/PGO information was sourced from @pitrou and the Debian rules file in:
158
# http://http.debian.net/debian/pool/main/p/python3.6/python3.6_3.6.2-2.debian.tar.xz
169
# https://packages.debian.org/source/sid/python3.6

0 commit comments

Comments
 (0)