Opened 12 years ago

Last modified 12 years ago

#34657 closed defect

py27-scipy +atlas builds correctly but crashes on importing interpolate module — at Initial Version

Reported by: ith140@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.1
Keywords: Cc: ith140@…
Port: py27-scipy

Description

py27-scipy +atlas builds correctly, but crashes upon importing interpolate as shown in the ipython session below.

Python 2.7.3 (default, Apr 13 2012, 08:56:00) Type "copyright", "credits" or "license" for more information.

IPython 0.12 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.

In [1]: from scipy import interpolate


ImportError Traceback (most recent call last) /Users/ianhoffman/<ipython-input-1-e8ca003dcbfa> in <module>()


/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/interpolate/init.py in <module>()

150 from fitpack2 import * 151

--> 152 from rbf import Rbf

153 154 from polyint import *

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/interpolate/rbf.py in <module>()

47 from numpy import (sqrt, log, asarray, newaxis, all, dot, exp, eye, 48 float_)

---> 49 from scipy import linalg

50 51 all = Rbf?

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/init.py in <module>()

113 from linalg_version import linalg_version as version 114

--> 115 from misc import *

116 from basic import * 117 from decomp import *

/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/misc.py in <module>()

1 import numpy as np 2 from numpy.linalg import LinAlgError


4 5 all = ['LinAlgError', 'norm']

ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/scipy/linalg/fblas.so, 2): Symbol not found: gfortran_transfer_character_write

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

Change History (0)

Note: See TracTickets for help on using tickets.