Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 10:31:58 -0200
From:      Raphael Kubo da Costa <rakuco@freebsd.org>
To:        Ajtim <lumiwa@gmail.com>
Cc:        kde-freebsd@kde.org, freebsd-ports@FreeBSD.org
Subject:   Re: avogadro update
Message-ID:  <834n4525kx.fsf_-_@FreeBSD.org>
In-Reply-To: <2951460.jLzIRIisUA@lumiwa.farms.net> (Ajtim's message of "Tue, 11 Feb 2014 07:29:09 -0500")
References:  <29077926.ZYpKY5iuuV@lumiwa.farms.net> <1767572.5c1Ad5lD1u@lumiwa.farms.net> <838uth28ye.fsf@FreeBSD.org> <2951460.jLzIRIisUA@lumiwa.farms.net>

next in thread | previous in thread | raw e-mail | index | archive | help
Ajtim <lumiwa@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).



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?834n4525kx.fsf_-_>