pkgsrc-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

math/py-numpy seems broken



For some project (which I'm not continuing due to other factors) I
needed numpy. However the package seems broken when I try to use it.
This happens:

$ python2.7
Python 2.7.5 (default, Oct  2 2013, 18:46:39) 
[GCC 4.5.3] on netbsd6
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/pkg/lib/python2.7/site-packages/numpy/__init__.py", line 137, in 
<module>
    import add_newdocs
  File "/usr/pkg/lib/python2.7/site-packages/numpy/add_newdocs.py", line 9, in 
<module>
    from numpy.lib import add_newdoc
  File "/usr/pkg/lib/python2.7/site-packages/numpy/lib/__init__.py", line 13, 
in <module>
    from polynomial import *
  File "/usr/pkg/lib/python2.7/site-packages/numpy/lib/polynomial.py", line 17, 
in <module>
    from numpy.linalg import eigvals, lstsq, inv
  File "/usr/pkg/lib/python2.7/site-packages/numpy/linalg/__init__.py", line 
48, in <module>
    from linalg import *
  File "/usr/pkg/lib/python2.7/site-packages/numpy/linalg/linalg.py", line 23, 
in <module>
    from numpy.linalg import lapack_lite
ImportError: Shared object "libf95.so.0" not found
>>> 

Why numpy wants a shared library, I don't know, since as far as I know
it never existed. g95 doesn't install one, it only installs a static
library.

-Olaf.
-- 
___ Olaf 'Rhialto' Seibert  -- The Doctor: No, 'eureka' is Greek for
\X/ rhialto/at/xs4all.nl    -- 'this bath is too hot.'

Attachment: pgpVe75kzmSsn.pgp
Description: PGP signature



Home | Main Index | Thread Index | Old Index