Opened 10 years ago

Last modified 10 years ago

#43135 closed defect

py34-scipy@0.13.3 import scipy.linalg fails with Symbol not found: _acc_cdotc_sub__ — at Initial Version

Reported by: inyeollee Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: py-scipy

Description

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 (0)

Note: See TracTickets for help on using tickets.