You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by ac...@apache.org on 2017/09/12 18:11:32 UTC

systemml git commit: [MINOR] Update python3 package

Repository: systemml
Updated Branches:
  refs/heads/master 8b6ebbcce -> 0751ddc0f


[MINOR] Update python3 package


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/0751ddc0
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/0751ddc0
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/0751ddc0

Branch: refs/heads/master
Commit: 0751ddc0f73e44445a8439f17aafd990138634e6
Parents: 8b6ebbc
Author: Arvind Surve <ac...@yahoo.com>
Authored: Tue Sep 12 11:11:08 2017 -0700
Committer: Arvind Surve <ac...@yahoo.com>
Committed: Tue Sep 12 11:11:08 2017 -0700

----------------------------------------------------------------------
 dev/release/src/test/bin/verifyBuild.sh | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/0751ddc0/dev/release/src/test/bin/verifyBuild.sh
----------------------------------------------------------------------
diff --git a/dev/release/src/test/bin/verifyBuild.sh b/dev/release/src/test/bin/verifyBuild.sh
index 127b0b1..4309aea 100755
--- a/dev/release/src/test/bin/verifyBuild.sh
+++ b/dev/release/src/test/bin/verifyBuild.sh
@@ -90,6 +90,7 @@ if [ -z $WORKING_DIR ] ; then
     WORKING_DIR="$USER_DIR/tmp/relValidation"
 fi
 
+rm -rf "$WORKING_DIR"/systemml
 mkdir -p "$WORKING_DIR"
 OUT_FILE=$WORKING_DIR/relValidation.out
 ERR_FILE=$WORKING_DIR/relValidation.err
@@ -171,6 +172,7 @@ runCommand "cd ../../"
 echo "`date +%Y-%m-%dT%H:%M:%S`: INFO: Verifying Python scripts..."
 echo "`date +%Y-%m-%dT%H:%M:%S`: INFO: Verifying Python scripts..." >> $OUT_FILE
 runCommand "pip install --upgrade systemml-$VER_NAME-python.tgz"
+runCommand "pip3 install --upgrade systemml-$VER_NAME-python.tgz"
 runCommand "cd ../../../"
 runCommand "$SPARK_HOME/bin/spark-submit src/test/python/matrix_sum_example.py"