-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Add new Maven build for Scala package #13819
Conversation
@mxnet-label-bot add [pr-awaiting-review, Scala] |
make scalapkg | ||
make scalainstall | ||
cd scala-package | ||
mvn install |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would rather make is : mvn clean install
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As a new user tutorial, I think it should be fine to just do install
@@ -17,7 +17,7 @@ Compile the Scala Package by | |||
|
|||
```bash | |||
cd scala-package | |||
mvn install | |||
mvn package |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change it from install to package ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Discussed offline. This seems fine.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making these improvements!
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good from the Clojure side of things
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* clean up build * fix minor issue and add mkldnn * fix mx_dist problem * fix clojure build * fix skip test
Description
This PR is a follow up with @frankfliu PR to add maven run configurations. We also enabled MKLDNN unit test run on Scala
@frankfliu @marcoabreu @zachgk @andrewfayres @piyushghai
Checklist
Essentials
Please feel free to remove inapplicable items for your PR.