update publish local instructions

This commit is contained in:
Roland Grinis 2021-08-02 10:10:15 +01:00
parent 3660c7f217
commit 79de6700e7

View File

@ -19,10 +19,10 @@ For `GPU` kernels, we require a compatible
installation. If you are on Windows, we recommend setting up installation. If you are on Windows, we recommend setting up
everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html). everything on [WSL](https://docs.nvidia.com/cuda/wsl-user-guide/index.html).
To install the library, you can simply publish to the local To install the library, you can simply publish `KMath` to the local
Maven repository: Maven repository:
``` ```
./gradlew -q :kmath-noa:publishToMavenLocal $ ./gradlew -Dorg.gradle.java.home=/path/to/local/jdk -q publishToMavenLocal
``` ```
This will fetch and build the `JNI` wrapper `jnoa`. This will fetch and build the `JNI` wrapper `jnoa`.