Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 282799 - dev-python/matplotlib-0.99 does not find (installed!) numpy
Summary: dev-python/matplotlib-0.99 does not find (installed!) numpy
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-26 13:09 UTC by Andrey Grozin
Modified: 2009-08-26 17:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Grozin gentoo-dev 2009-08-26 13:09:25 UTC
python setup.py build
============================================================================
BUILDING MATPLOTLIB
            matplotlib: 0.99.0
                python: 2.6.2 (r262:71600, Aug 20 2009, 15:20:43)  [GCC
                        4.4.1]
              platform: linux2

REQUIRED DEPENDENCIES
                 numpy: no
                        * You must install numpy 1.1 or later to build
                        * matplotlib.


dev-python/numpy-1.3.0 is installed. USE flags for matplotlib:
cairo fltk gtk latex qt4 tk -doc -examples -excel -qt3 -traits -wxwidgets

Reproducible: Always
Comment 1 Rafał Mużyło 2009-08-26 13:23:19 UTC
What is the effect of 'import numpy' in python ?
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2009-08-26 15:02:34 UTC
Maybe you forgot to run `python-updater` after switching Python version.
Comment 3 Andrey Grozin gentoo-dev 2009-08-26 17:19:43 UTC
Sorry. I recently switched to gcc-4.4.1, and it seems that blas-atlas and/or lapack-atlas no longer work: all matrix-related programs (e.g., octave) complain about the absence of libgfortran.so.1. Importing numpy has the same effect. I suppose I have to re-emerge something.