[kde-freebsd] avogadro update
Raphael Kubo da Costa
rakuco at freebsd.org
Tue Feb 11 12:52:58 UTC 2014
Ajtim <lumiwa at gmail.com> writes:
> On Tuesday 11 February 2014 10:31:58 you wrote:
>> Ajtim <lumiwa at gmail.com> 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.
More information about the kde-freebsd
mailing list