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 75b23b9 commit f060885Copy full SHA for f060885
numpy/cppbuild.sh
@@ -85,11 +85,6 @@ fi
85
export PYTHONPATH="$PYTHON_INSTALL_PATH"
86
mkdir -p "$PYTHON_INSTALL_PATH"
87
88
-# Install pip for the cross-compiled interpreter
89
-if ! "$PYTHON_BIN_PATH" -m pip --version >/dev/null 2>&1; then
90
- "$PYTHON_BIN_PATH" -m ensurepip --upgrade
91
-fi
92
-
93
TOOLS="setuptools==67.6.1 cython==3.0.10"
94
if ! $PYTHON_BIN_PATH -m pip install --target=$PYTHON_LIB_PATH $TOOLS; then
95
echo "extra_link_args = -lgfortran" >> site.cfg
0 commit comments