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
What is the effect of 'import numpy' in python ?
Maybe you forgot to run `python-updater` after switching Python version.
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.