Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Multi-target compile #106

Open
MrSampson opened this issue May 23, 2018 · 1 comment
Open

Multi-target compile #106

MrSampson opened this issue May 23, 2018 · 1 comment
Labels
in testing Should be fixed, waiting for feedback.

Comments

@MrSampson
Copy link
Contributor

I've compiled my own version of jblas for Linux on an Intel machine and when I copy the jar to another Intel machine it works fine. However, when I copy my jar file to an AMD machine and run the sanity check, I get the following error:

org.jblas` ERROR Couldn't load copied link file: java.lang.UnsatisfiedLinkError: /tmp/jblas7621733330875809942/libjblas_arch_flavor.so: libgfortran.so.4: cannot open shared object file: No such file or directory.
which doesn't make any sense, because with the jblas jar from the website, the sanity check runs fine.
-- org.jblas CONFIG Loading libjblas_arch_flavor.so from /lib/static/Linux/amd64/, copying to libjblas_arch_flavor.so. -- org.jblas CONFIG Loading libjblas.so from /lib/static/Linux/amd64/sse3/, copying to libjblas.so. checking matrix multiplication... ok checking existence of dsyev...... ok

And libgfortran3 is actually installed:
apt list libgfortran3 Listing... Done libgfortran3/xenial-updates,xenial-security,now 5.4.0-6ubuntu1~16.04.9 amd64 [installed]

I suspect the problem is the Intel vs. AMD. (Thankfully it's only one operating system.)
How do I build a jar for both?

@mikiobraun
Copy link
Member

Sorry for the very late reply.

For what is worth, the link error seems to be for libgfortran4, not libgfortran3.

In any case, I just released a new version that bumps the dependency for libgfortran, but also includes it in the jar so you don't have to install it anymore. Let me know how it works.

@mikiobraun mikiobraun added the in testing Should be fixed, waiting for feedback. label Aug 25, 2020
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
in testing Should be fixed, waiting for feedback.
Projects
None yet
Development

No branches or pull requests

2 participants