You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ Next run `./gradlew build`
79
79
80
80
### TODO
81
81
82
-
* automate native binaries building. For now the only Mac OS library building hardcoded
82
+
* automate native binaries building. For now, added CMake. Mac OS works with manual copy only due to rpath issue. Linux platform might be working but with running `make install` after `build.sh`. And proper environment variables is also required both for JDK and Julia.
83
83
* fix SWIG related class names like *SWIGTYPE_p_jl_value_t*
0 commit comments