| Summary: | dev-python/matplotlib-0.99 does not find (installed!) numpy | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Andrey Grozin <grozin> |
| Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
| Status: | RESOLVED INVALID | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
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. |
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