Repository: spark Updated Branches: refs/heads/master ce6391296 -> 1b4e710e5
[BUILD] update jblas dependency version to 1.2.4 jblas 1.2.4 includes native library support for PPC64LE. Author: Matthew Brandyberry <mbra...@us.ibm.com> Closes #6199 from mtbrandy/jblas-1.2.4 and squashes the following commits: 9df9301 [Matthew Brandyberry] [BUILD] update jblas dependency version to 1.2.4 Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1b4e710e Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1b4e710e Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1b4e710e Branch: refs/heads/master Commit: 1b4e710e5cdb00febb4c5920d81e77c2e3966a8b Parents: ce63912 Author: Matthew Brandyberry <mbra...@us.ibm.com> Authored: Sat May 16 18:17:48 2015 +0100 Committer: Sean Owen <so...@cloudera.com> Committed: Sat May 16 18:17:48 2015 +0100 ---------------------------------------------------------------------- LICENSE | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/1b4e710e/LICENSE ---------------------------------------------------------------------- diff --git a/LICENSE b/LICENSE index d6b9ccf..9d1b00b 100644 --- a/LICENSE +++ b/LICENSE @@ -861,7 +861,7 @@ The following components are provided under a BSD-style license. See project lin (BSD 3 Clause) core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core) (BSD 3 Clause) JPMML-Model (org.jpmml:pmml-model:1.1.15 - https://github.com/jpmml/jpmml-model) - (BSD 3-clause style license) jblas (org.jblas:jblas:1.2.3 - http://jblas.org/) + (BSD 3-clause style license) jblas (org.jblas:jblas:1.2.4 - http://jblas.org/) (BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/) (BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org) (BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org) http://git-wip-us.apache.org/repos/asf/spark/blob/1b4e710e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 86aa0a9..1b45cdb 100644 --- a/pom.xml +++ b/pom.xml @@ -137,7 +137,7 @@ <hive.version.short>0.13.1</hive.version.short> <derby.version>10.10.1.1</derby.version> <parquet.version>1.6.0rc3</parquet.version> - <jblas.version>1.2.3</jblas.version> + <jblas.version>1.2.4</jblas.version> <jetty.version>8.1.14.v20131031</jetty.version> <orbit.version>3.0.0.v201112011016</orbit.version> <chill.version>0.5.0</chill.version> --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org For additional commands, e-mail: commits-h...@spark.apache.org