[MacPorts] #42676: import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__
MacPorts
noreply at macports.org
Sun Mar 2 07:45:24 PST 2014
#42676: import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__
----------------------------+--------------------------------
Reporter: andre.girard@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.2.1
Keywords: | Port:
----------------------------+--------------------------------
System is 10.7.5. No pending software updates. Fresh selfupdate and
uggrade outdated. No errors. Then
{{{
Andre-Girards-MacBook-Pro:Power_heur andre$ python
Python 2.7.6 (default, Nov 12 2013, 13:12:10)
[GCC 4.2.1 Compatible Apple Clang 4.1 ((tags/Apple/clang-421.11.66))] on
darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import scipy.linalg
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/__init__.py", line 157, in <module>
from .misc import *
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/misc.py", line 5, in <module>
from . import blas
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/blas.py", line 131, in <module>
from scipy.linalg import _fblas
ImportError:
dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/_fblas.so, 2): Symbol not found:
_acc_cdotc_sub__
Referenced from:
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/_fblas.so
Expected in: flat namespace
in
/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7
/site-packages/scipy/linalg/_fblas.so
}}}
--
Ticket URL: <https://trac.macports.org/ticket/42676>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list