Skip to content
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

Replace fortran-4 with fortran-5 for Linux amd64 #136

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

shriramrseee
Copy link

@shriramrseee shriramrseee commented May 13, 2023

The existing libjblas.so for Linux amd64 is actually compiled with gfortran-5. However gfortran-4 seems to be bundled with the jar leading to errors during runtime. Please see below:

shriramrseee ➜ .../static/Linux/amd64/sse3 (main) $ ldd libjblas.so 
        linux-vdso.so.1 (0x00007ffecffad000)
        libgfortran.so.5 => not found
        libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007fdbf9999000)
        /lib64/ld-linux-x86-64.so.2 (0x00007fdbfb529000)

This pull request replaces the bundled gfortran-4 with gfortran-5. Build and tests are working now.

[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 123, Failures: 0, Errors: 0, Skipped: 0
[INFO] 

benchmark.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant