Opened 11 years ago
Closed 11 years ago
#43135 closed defect (duplicate)
py34-scipy@0.13.3 import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__
Reported by: | inyeollee | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | seanfarley (Sean Farley), michaelld (Michael Dickens) | |
Port: | py-scipy |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Macbook Pro OSX 10.9.2
Python 3.4.0 (default, Mar 25 2014, 11:07:05) [GCC 4.2.1 Compatible Apple LLVM 5.1 (clang-503.0.38)] 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/3.4/lib/python3.4/site-packages/scipy/linalg/__init__.py", line 157, in <module> from .misc import * File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/scipy/linalg/misc.py", line 5, in <module> from . import blas File "/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/scipy/linalg/blas.py", line 131, in <module> from scipy.linalg import _fblas ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/scipy/linalg/_fblas.so, 2): Symbol not found: _acc_cdotc_sub__ Referenced from: /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/scipy/linalg/_fblas.so Expected in: flat namespace in /opt/local/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/scipy/linalg/_fblas.so >>>
I think this bug is similar / identical to ticket #42676 py27-scipy.
Change History (1)
comment:1 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sean@… michaelld@… added |
---|---|
Description: | modified (diff) |
Port: | py-scipy added |
Resolution: | → duplicate |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Yes, this is the same issue.