[MacPorts] #57994: OpenBLAS compilation fails on MacBook Pro MacOS 10.14
MacPorts
noreply at macports.org
Sun Feb 3 21:05:26 UTC 2019
#57994: OpenBLAS compilation fails on MacBook Pro MacOS 10.14
-------------------------+-------------------------
Reporter: Tim-at-AST | Owner: NicosPavlov
Type: defect | Status: reopened
Priority: Normal | Milestone:
Component: ports | Version: 2.5.4
Resolution: | Keywords:
Port: OpenBLAS |
-------------------------+-------------------------
Comment (by kencu):
OK. I think we got it now, then. You need to match mine:
{{{
$ port -v installed | grep ld64
ld64 @3_1+ld64_xcode (active) platform='darwin 18' archs='x86_64'
date='2018-11-05T18:01:53-0800'
ld64-xcode @2_1 (active) platform='darwin 18' archs='x86_64'
date='2018-11-05T18:01:53-0800'
}}}
so
{{{
sudo port -f uninstall ld64 ld64-latest
sudo port -v install ld64 +ld64_xcode
}}}
and then all should be well. Follow that with
{{{
sudo port clean openblas
sudo port -v install openblas
}}}
--
Ticket URL: <https://trac.macports.org/ticket/57994#comment:16>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list