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

Fix r-base xerbla error #1374

Merged
merged 1 commit into from
Oct 11, 2024

Conversation

IsabelParedes
Copy link
Member

This fixes

- LinkError: imported function 'env.xerbla_' signature mismatch

when loading libRblas.so because

// r-base/src/main/print.c

#ifdef FC_LEN_T
NORET void F77_NAME(xerbla)(const char *srname, int *info,
			    const FC_LEN_T srname_len)
#else
NORET void F77_NAME(xerbla)(const char *srname, int *info)
#endif

(source)

@IsabelParedes IsabelParedes marked this pull request as ready for review October 11, 2024 15:27
@DerThorsten DerThorsten merged commit 9cfab4c into emscripten-forge:main Oct 11, 2024
1 check passed
@IsabelParedes IsabelParedes deleted the r-base-xerbla branch October 11, 2024 15:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants