This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Prebuilt scala package for 2.12Β #16438
Open
Description
Description
I found there's prebuilt jar for scala 2.11, now 2.12 is popular and 2.13 has come out. I think it is a good time to provide prebuilt package for scala 2.12 (or even make it the default one).
I tried to built it myself, but I have to keep multiple java version, since the tool required for build javah
is removed in jdk 10 (I'm using jdk 12).
Environment info (Required)
For Scala user, please provide:
- Java version: (
java -version
) 12.0.2+10 - Maven version: (
mvn -version
) 3.6.1 - Scala runtime if applicable: (
scala -version
) 2.12.8
Build info (Required if built from source)
Compiler (gcc/clang/mingw/visual studio): clang 8.0.1
MXNet commit hash: 15ea40d