Date: Sat, 16 Mar 2013 16:30:01 GMT From: Geoffrey Mainland <mainland@gmail.com> To: freebsd-python@FreeBSD.org Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy Message-ID: <201303161630.r2GGU1fC056740@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/176993; it has been noted by GNATS. From: Geoffrey Mainland <mainland@gmail.com> To: Vladimir Chukharev <chukharev@mail.ru> Cc: bug-followup@freebsd.org, Vladimir.Chukharev@gmail.com, Geoffrey Mainland <mainland@apeiron.net> Subject: Re: ports/176993: math/py-matplotlib/work does not see installed numpy Date: Sat, 16 Mar 2013 16:21:35 +0000 On 03/16/2013 02:04 PM, Vladimir Chukharev wrote: > On Sat, 16 Mar 2013 15:19:10 +0200, Geoffrey Mainland <mainland@apeiron.net> wrote: > >> Hi Vladimir, >> >> If you start the python interpreter and type "import numpy", what >> happens? > > Yeah, that is it. The last line is > ImportError: /usr/local/lib/libalapack.so.2: Undefined symbol "cblas_zswap" > > $ pkg_info -W /usr/local/lib/libalapack.so.2 > /usr/local/lib/libalapack.so.2 was installed by package atlas-3.8.4_2,1 > > So, I will reinstall atlas with the default options now (that's not fast > IIRC...), then matplotlib again, and let you know the results. Hope that works for you. > BTW, can the message be more clear in your port? The message you saw is generated by matplotlib's configuration script. You would do best to contact the matplotlib developers if you think it should be changed as it is something that would need to be modified upstream. I do not think a FreeBSD-only patch is justified. >> I have seen many broken numpy installations. The matplotlib will "see" >> that numpy is installed, but when the configuration runs, numpy can't be >> imported so configuration fails. >> >> Geoff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303161630.r2GGU1fC056740>