You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The included lapack_lite needs regenerating, as it does not provide all the symbols needed.
This is a non-issue when building in an environment where NumPy uses an external BLAS/LAPACK provider like ATLAS, OpenBLAS or MKL. In that case, gulinalg just uses the configuration found in NumPy. However, a development environment similar to the one used to build NumPy will be required.