We had performance issues with Numpy so I recompiled ATLAS (3.8.4), BLAS and lapack-3.1.1. Now that Numpy uses ATLAS it's much faster on dot() calls but I can't use cvxopt anymore. If I import cvxopt this error (though it seem to build and install fine):
>>> import cvxopt
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/usr/lib/python2.7/site-packages/cvxopt/__init__.py", line 31, in <module>
import base
ImportError: /usr/lib64/liblapack.so: undefined symbol: cblas_dswap
Any ideas what's missing or where the incompatibility is?