From 79de6700e7f229c788662dfbecaa0d020686db3a Mon Sep 17 00:00:00 2001 From: Roland Grinis Date: Mon, 2 Aug 2021 10:10:15 +0100 Subject: [PATCH] update publish local instructions --- kmath-noa/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kmath-noa/README.md b/kmath-noa/README.md index 7c77590f7..64187671f 100644 --- a/kmath-noa/README.md +++ b/kmath-noa/README.md @@ -19,10 +19,10 @@ For `GPU` kernels, we require a compatible installation. If you are on Windows, we recommend setting up 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: ``` -./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`.