[MacPorts] #62578: py-scipy/py-numpy dynamic libs have incorrect @rpath/libmkl_rt.dylib object references
MacPorts
noreply at macports.org
Thu Oct 28 02:28:05 UTC 2021
#62578: py-scipy/py-numpy dynamic libs have incorrect @rpath/libmkl_rt.dylib object
references
--------------------------------+----------------------
Reporter: essandess | Owner: mascguy
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.6.4
Resolution: | Keywords:
Port: py-scipy py-numpy |
--------------------------------+----------------------
Comment (by mascguy):
FYI, this is what I just had to do, to fix my installation of
`py39-numpy`:
{{{
sudo bash -c 'port contents py39-numpy | ggrep -E "darwin.so" | gxargs -r
--max-args=1 install_name_tool -add_rpath
"/opt/local/Library/Frameworks/Python.framework/Versions/3.9/lib"'
}}}
So the $100,000 question is, why is this necessary in the first place,
particularly that I just rebuilt `py39-numpy` from source...?
--
Ticket URL: <https://trac.macports.org/ticket/62578#comment:16>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list