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

Linking extensions to BLAS #13

Open
amilsted opened this issue Mar 2, 2016 · 2 comments
Open

Linking extensions to BLAS #13

amilsted opened this issue Mar 2, 2016 · 2 comments

Comments

@amilsted
Copy link
Owner

amilsted commented Mar 2, 2016

Expokit and also the eps_maps_c module need BLAS. Get known working library paths and names from numpy/scipy configuration to avoid user config requirements.

@amilsted
Copy link
Owner Author

amilsted commented Mar 8, 2016

As of version 0.16 (current version is 0.17), scipy provides cython cimports for BLAS and LAPACK functions (fortran versions). The simplest way would be to just use, thus avoiding the need to link eps_maps_c against BLAS explicitly.

@amilsted
Copy link
Owner Author

amilsted commented Mar 8, 2016

However, expokit still needs to link to BLAS/LAPACK.

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

No branches or pull requests

1 participant