mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
disable python optimizations causing failure
This commit is contained in:
@@ -41,7 +41,7 @@ echo "Extracting Python..."
|
|||||||
tar xf Python-$PYTHON_VER.tar.xz
|
tar xf Python-$PYTHON_VER.tar.xz
|
||||||
cd Python-$PYTHON_VER
|
cd Python-$PYTHON_VER
|
||||||
echo "Compiling Python $PYTHON_VER..."
|
echo "Compiling Python $PYTHON_VER..."
|
||||||
./configure --with-openssl=$mypath/ssl --enable-optimizations --enable-shared \
|
./configure --with-openssl=$mypath/ssl --enable-shared \
|
||||||
--prefix=$mypath/python --with-ensurepip=upgrade > /dev/null
|
--prefix=$mypath/python --with-ensurepip=upgrade > /dev/null
|
||||||
make -j$cpucount -s
|
make -j$cpucount -s
|
||||||
echo "Installing Python..."
|
echo "Installing Python..."
|
||||||
|
|||||||
Reference in New Issue
Block a user