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:26:26 UTC

mahout git commit: MAHOUT-1920 Add OpenMP to Dependency Reduced Spark Jar apache/mahout#270

Repository: mahout
Updated Branches:
  refs/heads/master 9a31923ea -> 16317268c


MAHOUT-1920 Add OpenMP to Dependency Reduced Spark Jar 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/16317268
Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/16317268
Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/16317268

Branch: refs/heads/master
Commit: 16317268c8bd534d5dc7669b295f7f7e0cb3f222
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:26:14 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/16317268/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>