On Tuesday 11 February 2014 10:52:58 Raphael Kubo da Costa wrote: > Ajtim <[email protected]> writes: > > > On Tuesday 11 February 2014 10:31:58 you wrote: > >> Ajtim <[email protected]> writes: > >> > >> > -- [4/5] Numpy Module > >> > Traceback (most recent call last): > >> > File "<string>", line 1, in <module> > >> > File "/usr/local/lib/python2.7/site-packages/numpy/__init__.py", line > >> > 137, in <module> > >> > import add_newdocs > >> > File "/usr/local/lib/python2.7/site-packages/numpy/add_newdocs.py", > >> > line 9, in <module> > >> > from numpy.lib import add_newdoc > >> > File "/usr/local/lib/python2.7/site-packages/numpy/lib/__init__.py", > >> > line 13, in <module> > >> > from polynomial import * > >> > File "/usr/local/lib/python2.7/site-packages/numpy/lib/polynomial.py", > >> > line 17, in <module> > >> > from numpy.linalg import eigvals, lstsq, inv > >> > File > >> > "/usr/local/lib/python2.7/site-packages/numpy/linalg/__init__.py", line > >> > 48, in <module> > >> > from linalg import * > >> > File "/usr/local/lib/python2.7/site-packages/numpy/linalg/linalg.py", > >> > line 23, in <module> > >> > from numpy.linalg import lapack_lite > >> > ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol > >> > "cblas_zswap" > >> > -- Numpy NOT found - Python support disabled. > >> > CMake Warning at CMakeLists.txt:277 (message): > >> > Not all python dependencies are found - Python support diabled > >> > >> There you go ^ > >> > >> Looks like you need to rebuild lapack, blas or something related to it > >> (some > >> numpy dependency at least). > > > > I did rebuild blas and lapack and the problem exist: > > lapack and blas were suggestions based on numpy's dependencies. Start by > finding out which port installs libalapack.so and go from there. Some > quick googling for "libalapack" already shows ports/176993, for example.
Thank you very much. I did reinstall py-numpy and py-mathplotlib and it works :). -- Mitja ------- http://www.redbubble.com/people/lumiwa _______________________________________________ kde-freebsd mailing list [email protected] https://mail.kde.org/mailman/listinfo/kde-freebsd See also http://freebsd.kde.org/ for latest information
