py-scipy fails to build with fortran error

Trying to make of py-scipy i receive the error :
from numpy.distutils.core import setup
/usr/local/lib/libcblas.so.2: Undefined symbol "F77_cswap"

I tried of few things, like compile with gcc8 , compile with clang but the error won't go away
 
That works. In fact it would be very bad if it didn't.
But it hardly explains the error when you do things from source. :)
 
Back
Top