Skip to content

Conversation

@insectopalo
Copy link

Look up for the appropriate lapack library location for the specific R installation

Look up for the appropriate lapack library location for the specific R installation
@wzhy2000
Copy link
Collaborator

Can you try:
R CMD config BLAS_LIBS

It is successful if you get the R library path, otherwise you need to check the environment variables of R. Please let me know your results. You can email me directly: zw355 at cornell.edu.

@insectopalo
Copy link
Author

R CMD config BLAS_LIBS is ok, it successfully retrieves "-lblas". The problem is the lapack library, which can be -llpack or -lRlapack. That's why I changed the line.

$ R CMD config BLAS_LIBS
-lblas
$ R CMD config LAPACK_LIBS
-llapack

@wzhy2000
Copy link
Collaborator

Thank you for your comments. I use the configure parameters to replace the fixed library information. I hope this problem is solved.

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.

2 participants