#38887: py-cvxopt lapack import error --------------------------+-------------------------------- Reporter: jjstickel@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: atlas Port: py-cvxopt | --------------------------+-------------------------------- Comment (by jjstickel@…): Replying to [comment:1 vince@…]:
To my knowledge, Apple accelerate framework does not include Lapack, just cblas, but I can be mistaken. On my Mac (10.7.5), I see {{{ lrwxr-xr-x 1 root wheel 118 Feb 1 2012 /usr/lib/liblapack.dylib -> ../../System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib }}} But when I look for _ATL_dgemaxnrm in that library, it isn't there, whereas it is in /opt/local/lib/libtatlas.dylib: {{{ $ nm -j /usr/lib/liblapack.dylib | grep dgemaxnrm <nothing returned> $ nm -j /opt/local/lib/libtatlas.dylib | grep dgemaxnrm _ATL_dgemaxnrm }}} So I guess building py-cvxopt with Apple accelerate framework should not be an option.
-- Ticket URL: <https://trac.macports.org/ticket/38887#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X