You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by sr...@apache.org on 2015/02/22 10:09:29 UTC

spark git commit: SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3

Repository: spark
Updated Branches:
  refs/heads/branch-1.3 04d3b328f -> eed7389cf


SPARK-5669 [BUILD] Reverse exclusion of JBLAS libs for 1.3

CC mengxr

Author: Sean Owen <so...@cloudera.com>

Closes #4715 from srowen/SPARK-5669.3 and squashes the following commits:

b27ffa9 [Sean Owen] Reverse exclusion of JBLAS libs for 1.3


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

Branch: refs/heads/branch-1.3
Commit: eed7389cf80d0930da16f77d6ccb39a82fe976c2
Parents: 04d3b32
Author: Sean Owen <so...@cloudera.com>
Authored: Sun Feb 22 09:09:06 2015 +0000
Committer: Sean Owen <so...@cloudera.com>
Committed: Sun Feb 22 09:09:06 2015 +0000

----------------------------------------------------------------------
 assembly/pom.xml | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/eed7389c/assembly/pom.xml
----------------------------------------------------------------------
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 8a92c8f..87b3e6f 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -118,16 +118,6 @@
                 <exclude>META-INF/*.RSA</exclude>
               </excludes>
             </filter>
-            <filter>
-              <!-- Exclude libgfortran, libgcc for license issues -->
-              <artifact>org.jblas:jblas</artifact>
-              <excludes>
-                <!-- Linux amd64 is OK; not statically linked -->
-                <exclude>lib/static/Linux/i386/**</exclude>
-                <exclude>lib/static/Mac OS X/**</exclude>
-                <exclude>lib/static/Windows/**</exclude>
-              </excludes>
-            </filter>
           </filters>
         </configuration>
         <executions>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org