[MacPorts] #59958: cannot install OpenBLAS
MacPorts
noreply at macports.org
Mon Jan 13 16:47:00 UTC 2020
#59958: cannot install OpenBLAS
------------------------+--------------------
Reporter: manulcaux | Owner: (none)
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: |
------------------------+--------------------
Comment (by kencu):
as you can see, it looks like your particular installation of `ld64` was
built against `llvm-3.9`, but that has now been deprecated, and the
`llvm-3.9` libraries no longer exist, ergo your error.
{{{
:info:build compilation terminated.
:info:build dyld: Library not loaded:
/opt/local/libexec/llvm-3.9/lib/libLTO.dylib
:info:build Referenced from: /opt/local/bin/ld
:info:build Reason: image not found
}}}
I believe you should most easily fix your troubles if you do this:
{{{
sudo port -f uninstall ld64
sudo port -v install ld64
}}}
that should give you a working ld64.
and then try your OpenBLAS build again.
--
Ticket URL: <https://trac.macports.org/ticket/59958#comment:1>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list