We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
libopenblas.a
-static
-glibc
/opt/r-lib/
LDFLAGS
/opt/r-lib/lib
The text was updated successfully, but these errors were encountered:
No branches or pull requests
libopenblas.a
into R (and strip it), otherwise linking to openblas does not work, the package installation freezes when trying to test-load the installed package (no need to embed libgfortran.a, it seems) #6-static
to-glibc
#2/opt/r-lib/
#9LDFLAGS
should point to R, not/opt/r-lib/lib
#7The text was updated successfully, but these errors were encountered: