[
https://issues.apache.org/jira/browse/MAHOUT-1795?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16061712#comment-16061712
]
ASF GitHub Bot commented on MAHOUT-1795:
----------------------------------------
Github user rawkintrevo commented on a diff in the pull request:
https://github.com/apache/mahout/pull/179#discussion_r123866644
--- Diff: pom.xml ---
@@ -917,6 +914,26 @@
</properties>
</profile>
<profile>
+ <id>scala-2.10</id>
+ <activation>
+ <property><name>!scala-2.11</name></property>
+ </activation>
+ <properties>
+ <scala.compat.version>2.10</scala.compat.version>
+ <scala.version>2.10.4</scala.version>
+ </properties>
+ </profile>
+ <profile>
+ <id>scala-2.11</id>
+ <activation>
+ <property><name>scala-2.11</name></property>
+ </activation>
+ <properties>
+ <scala.compat.version>2.11</scala.compat.version>
+ <scala.version>2.11.8</scala.version>
--- End diff --
We need to cap at 2.11.2 to maintain breeze compatibility. see
https://github.com/apache/mahout/pull/326/files#diff-5d8d832c3c4016dd77a9c3d92a2c5b69
> Release Scala 2.11 bindings
> ---------------------------
>
> Key: MAHOUT-1795
> URL: https://issues.apache.org/jira/browse/MAHOUT-1795
> Project: Mahout
> Issue Type: Improvement
> Reporter: Mike Kaplinskiy
> Fix For: 0.13.1
>
> Attachments: patch.diff
>
>
> It would be nice to ship scala 2.11 bindings for mahout-math/mahout-spark.
> (I'm not sure of other users, but mahout-shell isn't nearly at the top of my
> list here).
> It looks simple enough for those two - the attached patch is a
> proof-of-concept to compile (and pass all tests) under scala 2.11. I'm not
> sure what the proper way to do this is, but it doesn't look too daunting.
> (Famous last words?)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)