We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e5268 commit c04dcf9Copy full SHA for c04dcf9
1 file changed
recipe/build_base.sh
@@ -4,13 +4,6 @@ set -ex
4
# Get an updated config.sub and config.guess
5
cp $BUILD_PREFIX/share/libtool/build-aux/config.* .
6
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
-
14
# The LTO/PGO information was sourced from @pitrou and the Debian rules file in:
15
# http://http.debian.net/debian/pool/main/p/python3.6/python3.6_3.6.2-2.debian.tar.xz
16
# https://packages.debian.org/source/sid/python3.6
0 commit comments