mpl-1.4 openblas

Using pip (so default build),
while building mpl-1.4 on fedora-20 linux, I noticed:

    openblas_info:
      libraries not found in ['/usr/local/lib64', '/usr/local/lib',
'/usr/lib64', '/usr/lib', '/usr/lib/']
      NOT AVAILABLE

openblas is installed. Should I be concerned?

···

--
-- Those who don't understand recursion are doomed to repeat it

Neal,

This is not coming out of the matplotlib build scripts directly as we
do not use openblas.

I don't know enough of the numpy dependencies to be sure, but suspect
that what is happening is as part of building mpl you are also
(re)building numpy which is the source of that error. If that is the
case, this question is better directed to the numpy lists.

Tom

···

On Wed, Aug 27, 2014 at 7:43 AM, Neal Becker <ndbecker2@...287...> wrote:

Using pip (so default build),
while building mpl-1.4 on fedora-20 linux, I noticed:

    openblas_info:
      libraries not found in ['/usr/local/lib64', '/usr/local/lib',
'/usr/lib64', '/usr/lib', '/usr/lib/']
      NOT AVAILABLE

openblas is installed. Should I be concerned?

--
-- Those who don't understand recursion are doomed to repeat it

------------------------------------------------------------------------------
Slashdot TV.
Video for Nerds. Stuff that matters.
http://tv.slashdot.org/
_______________________________________________
Matplotlib-users mailing list
Matplotlib-users@lists.sourceforge.net
matplotlib-users List Signup and Options

--
Thomas Caswell
tcaswell@...287...