|
@@ -7,9 +7,9 @@ RETCODE=$(fw_exists ${IROOT}/py3.installed)
|
|
|
|
|
|
PY3_ROOT=$IROOT/py3
|
|
|
|
|
|
-fw_get -O http://www.python.org/ftp/python/3.4.2/Python-3.4.2.tar.xz
|
|
|
-fw_untar Python-3.4.2.tar.xz
|
|
|
-cd Python-3.4.2
|
|
|
+fw_get -O http://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz
|
|
|
+fw_untar Python-3.5.1.tar.xz
|
|
|
+cd Python-3.5.1
|
|
|
./configure --prefix=$PY3_ROOT --disable-shared --with-computed-gotos --quiet
|
|
|
make -j4 --quiet 2>&1 | tee $IROOT/python3-install.log | awk '{ if (NR%100 == 0) printf "."}'
|
|
|
make install --quiet 2>&1 | tee -a $IROOT/python3-install.log | awk '{ if (NR%100 == 0) printf "."}'
|