You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/01/07 17:55:06 UTC

[GitHub] EmergentOrder opened a new pull request #9339: Update dependencies / Makefile + add Maven profile to support build with Scala 2.12

EmergentOrder opened a new pull request #9339: Update dependencies / Makefile + add Maven profile to support build with Scala 2.12
URL: https://github.com/apache/incubator-mxnet/pull/9339
 
 
   ## Description ##
   Update Maven poms in MXNet scala-package and Makefile to enable build against Scala 2.12
   
   ## Checklist ##
   ### Essentials ###
   Passes `make scalapkg` and `make scalatest` against Scala 2.11. 
   Passes  `make scalapkg` and `make scalatest` against Scala 2.12 (see comments for details).
   
   No changes to code, tests or examples.
   
   ### Changes ###
   Update Maven poms in MXNet scala-package and Makefile to enable build against Scala 2.12
   
   ## Comments ##
   To build / test against Scala 2.12: 
   1) run ```dev/change-scala-version 2.11 2.12```
   2) modify the SCALA_VERSION_PROFILE var in Makefile (to scala-2.12)
   3) Exclude spark target, as we are waiting on Spark / Scala 2.12 compatibility there.
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services