Opened 5 years ago
Closed 5 years ago
#59958 closed defect (fixed)
cannot install OpenBLAS
Reported by: | manulcaux | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: |
Description
Trying to install OpenBLAS after having ran sudo port self update and sudo port upgrade outdated failed with the error in the attached file.
I also tried to make a sudo port clean OpenBLAS, followed by a sudo port install OpenBLAS, as well as a sudo port uninstall OpenBLAS followed by a sudo port install OpenBLAS, all with the same error.
Thanks
Attachments (1)
Change History (4)
Changed 5 years ago by manulcaux
comment:1 Changed 5 years ago by kencu (Ken)
comment:2 Changed 5 years ago by manulcaux
Indeed, this did the job, everything seems OK now.
Many thanks !
comment:3 Changed 5 years ago by kencu (Ken)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
as you can see, it looks like your particular installation of
ld64
was built againstllvm-3.9
, but that has now been deprecated, and thellvm-3.9
libraries no longer exist, ergo your error.I believe you should most easily fix your troubles if you do this:
that should give you a working ld64.
and then try your OpenBLAS build again.