Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

FLAGSMXNet-Scala OSX

MXNet-Scala Linux CPU

MXNet-Scala Linux CPU

USE_BLAS
001
USE_LAPACK111
USE_OPENCV11 (opencv 3.4.1)

1

(Last published opencv 3.4.1)

USE_S3111
USE_DIST_KVSTORE011
USE_OPENMP111
USE_CUDA

1

USE_CUDNN

00

1

(Last published with (CUDA 9.0)

USE_NCCL0

0

1

(Last published with CUDNN 7.0.5)

USE_MKLDNN
00
Java version

$ java -version
java version "1.8.0_171"
Java(TM) SE Runtime Environment (build 1.8.0_171-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.171-b11, mixed mode)

ubuntu@ip:~$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (Zulu 8.20.0.5-linux64) (build 1.8.0_121-b15)
OpenJDK 64-Bit Server VM (Zulu 8.20.0.5-linux64) (build 25.121-b15, mixed mode)

ubuntu@ip:~$ java -version
openjdk version "1.8.0_121"
OpenJDK Runtime Environment (Zulu 8.20.0.5-linux64) (build 1.8.0_121-b15)
OpenJDK 64-Bit Server VM (Zulu 8.20.0.5-linux64) (build 25.121-b15, mixed mode)

...

You have to close the repo for it to become available on the Staging Repo, When you close be sure to add the flags you used to build the package like below, You can find details herehow to here

```

Built with flags for OPENCV, OPENBLAS, LAPACK, DIST_KVSTORE, S3
Flattened POM

```


Once you have tested the staged package, you can promote the package and it will become available on maven central, find details here

...