Opened 10 years ago

Last modified 10 years ago

#45440 closed defect

py27-numeric: ld: framework not found vecLib — at Version 3

Reported by: bart@… Owned by: jmr@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: yosemite Cc: ryandesign@…
Port: py-numeric

Description (last modified by ryandesign (Ryan Carsten Schmidt))

On Yosemite,

sudo port clean py27-numeric
sudo port install py27-numeric

fails, full log: http://pastebin.com/ZsaWCBbn

If I manually re-run the

:info:build Command failed:  cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_python_py-numeric/py27-numeric/work/Numeric-24.2" && /opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7 setup.py --no-user-cfg build 

part it fails on/with:

building 'lapack_lite' extension
/usr/bin/clang -fno-strict-aliasing -fno-common -dynamic -pipe -Os -fwrapv -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -IInclude -IPackages/FFT/Include -IPackages/RNG/Include -I/opt/local/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7 -c Src/lapack_litemodule.c -o build/temp.macosx-10.10-x86_64-2.7/Src/lapack_litemodule.o
/usr/bin/clang -bundle -undefined dynamic_lookup -L/opt/local/lib -Wl,-headerpad_max_install_names -L/opt/local/lib/db48 build/temp.macosx-10.10-x86_64-2.7/Src/lapack_litemodule.o -o build/lib.macosx-10.10-x86_64-2.7/lapack_lite.so -framework vecLib
ld: framework not found vecLib

Xcode Version 6.1 (6A1052c), clang-600.0.54

Change History (3)

comment:1 Changed 10 years ago by bart@…

Cc: bart@… added

Cc Me!

comment:2 Changed 10 years ago by bart@…

The setup.py that fails has a reference to:

VECLIB_PATH = '/System/Library/Frameworks/vecLib.framework'

In that directory, there is one single "vecLib" binary file, but no headers, etc. Everything does seem to be available in:

/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework

I tried changing the location in the setup.py file, but no luck. I'm not that experienced with Macports, so I wouldn't know where to continue.....

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added; bart@… removed
Description: modified (diff)
Keywords: py27-numeric removed
Milestone: MacPorts 2.3.2
Owner: changed from macports-tickets@… to jmr@…
Port: py27-numeric added
Summary: py27-numericpy27-numeric: ld: framework not found vecLib
Note: See TracTickets for help on using tickets.