You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2017/01/29 19:35:41 UTC

mahout git commit: MAHOUT-1855: Small Fix to Root Pom- (fix broken build)

Repository: mahout
Updated Branches:
  refs/heads/master 034790cce -> f8596b866


MAHOUT-1855: Small Fix to Root Pom- (fix broken build)


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

Branch: refs/heads/master
Commit: f8596b8668ca5104a28efd54d0ceaab51a619c89
Parents: 034790c
Author: Andrew Palumbo <ap...@apache.org>
Authored: Sun Jan 29 11:32:03 2017 -0800
Committer: Andrew Palumbo <ap...@apache.org>
Committed: Sun Jan 29 11:35:00 2017 -0800

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/f8596b86/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 72bd766..20396ea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -852,8 +852,8 @@
     <module>spark-shell</module>
     <module>flink</module>
     <module>h2o</module>
-    <module>viennacl</module>
-    <module>viennacl-omp</module>
+    <!--<module>viennacl</module>-->
+    <!--<module>viennacl-omp</module>-->
   </modules>
 
   <profiles>