changeset 4:5e5653b689ca draft

Uploaded
author wolma
date Fri, 29 Apr 2016 06:00:29 -0400
parents 87b8dcebce9b
children 83407422ec16
files tool_dependencies.xml
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Apr 29 04:20:06 2016 -0400
+++ b/tool_dependencies.xml	Fri Apr 29 06:00:29 2016 -0400
@@ -46,9 +46,12 @@
           unset PYTHONPATH
           unset PYTHONHOME
 
-          ./configure --prefix="$INSTALL_DIR" --without-ensurepip \
-          && make \
-          && make install
+          echo "Python3 installation: preparing to install ..." \
+          && ./configure -q --prefix="$INSTALL_DIR" --without-ensurepip \
+          && echo "Python3 installation: entering build process ..." \
+          && make -s \
+          && echo "Python3 installation: installing ..." \
+          && make -s install
         </action>
 
         <action type="set_environment">