In the Clawpack projects (specifically the Riemann solvers) we compile
against LAPACK and the BLAS using f2py via the `--link-lapack_opt` flag.
This does cause some problems in terms of portability though, Aron Ahmadia
might be able to shed some light on this as he has looked into it most
recently
I have some fortran code that I would like to build and make accessible
from python which needs to call a few BLAS routines. Building it in a
one-off manner is not a problem, but I can't seem to find a good way to
distribute it in a way that just works.
So really I'm wondering if there is a "corre