Opened 7 years ago

Last modified 6 years ago

#55569 assigned defect

cantera klu_solve missing symbol — at Initial Version

Reported by: jantheron Owned by:
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc: port, info, --maintainers, cantera-devel
Port: sundials2

Description

cantera fails upon importing to python27 with the following message

*

import cantera as ct

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/cantera/init.py", line 4, in <module>

from ._cantera import *

ImportError: dlopen(/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/cantera/_cantera.so, 2): Symbol not found: _klu_solve

Referenced from: /opt/local/lib/libsundials_cvodes.2.dylib Expected in: flat namespace

in /opt/local/lib/libsundials_cvodes.2.dylib

*

Change History (0)

Note: See TracTickets for help on using tickets.