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

mahout git commit: MAHOUT-1920 Add OpenMP to Dependency Reduced Spark Jar closes apache/mahout#270 [Forced Update!]

Repository: mahout
Updated Branches:
  refs/heads/master 16317268c -> b67034e22 (forced update)


MAHOUT-1920 Add OpenMP to Dependency Reduced Spark Jar closes apache/mahout#270


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

Branch: refs/heads/master
Commit: b67034e22b04124c3ec449ef5e6f3cb0b7224e0b
Parents: 9a31923
Author: rawkintrevo <tr...@gmail.com>
Authored: Tue Jan 31 21:26:14 2017 -0600
Committer: rawkintrevo <tr...@gmail.com>
Committed: Tue Jan 31 21:28:41 2017 -0600

----------------------------------------------------------------------
 spark/src/main/assembly/dependency-reduced.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mahout/blob/b67034e2/spark/src/main/assembly/dependency-reduced.xml
----------------------------------------------------------------------
diff --git a/spark/src/main/assembly/dependency-reduced.xml b/spark/src/main/assembly/dependency-reduced.xml
index f981639..877fa6d 100644
--- a/spark/src/main/assembly/dependency-reduced.xml
+++ b/spark/src/main/assembly/dependency-reduced.xml
@@ -43,6 +43,7 @@
         <include>org.apache.commons:commons-math3</include>
         <include>it.unimi.dsi:fastutil</include>
         <include>org.apache.mahout:mahout-native-viennacl_2.10</include>
+        <include>org.apache.mahout:mahout-native-viennacl-omp_2.10</include>
         <include>org.bytedeco:javacpp</include>
       </includes>
     </dependencySet>