-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MTJ-related loading warnings on Windows and Linux #10
Comments
This seems to be expected behavior: Quoting from the README of netlib-java:
and it provides directions on how to include the Linux and Windows libraries. The last point (about F2J) seems to be the reason why it works on Linux/Windows despite apparently missing the necessary native code. Accordingly, this represents a nice fallback strategy but most likely at the price of performance. Accordingly, this appears to require some effort from our side. The Linux libraries might be relatively easy to resolve (building the UPDATE 1:
suggesting a successful loading and also an extremely fast projection. The installation of LAPACK under Windows does not seem to be that straight-forward, but we will have to check (e.g., http://webserver2.tecgraf.puc-rio.br/~ismael/Cursos/YC++/downloads/Lapack/docs/Lapack_Windows_install.html). |
Installing
|
I get the following message when running VizBin (revision01) on a Windows or Linux machine (w/ Java 7):
The program returns a visualization, so apparently something is running and creating the initial projection. However, this behavior is not optimal.
I also came across the following posts but neither of them provided a clear solution for me, for now.
fommil/matrix-toolkits-java#38
fommil/matrix-toolkits-java#50
The text was updated successfully, but these errors were encountered: