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

Enable the usage of external, user-built LAPACK and BLAS #1

Open
jam31118 opened this issue Feb 7, 2019 · 1 comment
Open

Enable the usage of external, user-built LAPACK and BLAS #1

jam31118 opened this issue Feb 7, 2019 · 1 comment
Labels
enhancement New feature or request

Comments

@jam31118
Copy link
Owner

jam31118 commented Feb 7, 2019

There has been some problem when compiled using separately built LAPACK. Let's fix it. Then, it would enable user to use this library in a system where there is no system-wide BLAS and/or LAPACK routines.

Reference

@jam31118 jam31118 added the enhancement New feature or request label Feb 7, 2019
@jam31118
Copy link
Owner Author

jam31118 commented Feb 8, 2019

Compiled LAPACK with -fPIC flag but still as a static library. Supplied LAPACK_LIB_DIR pointing to the external LAPACK library directory. Modified at 41dd2c3.

Compiling LAPACK as a shared library may be tried in a future if needed.

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

No branches or pull requests

1 participant