[MacPorts] #66881: OpenBLAS @0.3.21_2+gcc12+lapack: broken header symlinks

MacPorts noreply at macports.org
Mon Feb 13 07:41:49 UTC 2023


#66881: OpenBLAS @0.3.21_2+gcc12+lapack: broken header symlinks
-----------------------+-------------------------
  Reporter:  jmroot    |      Owner:  NicosPavlov
      Type:  defect    |     Status:  assigned
  Priority:  Normal    |  Milestone:
 Component:  ports     |    Version:
Resolution:            |   Keywords:
      Port:  OpenBLAS  |
-----------------------+-------------------------

Comment (by JDLH):

 A workaround that was successful for me was to make a symbolic link
 `cblas` which points to `openblas`. This means that the incorrect symbolic
 links get redirected to the actual location of the include files. It
 approximates, less well, what [https://github.com/macports/macports-
 ports/pull/17662 PR 17662] does.

 Create the symbolic link with the shell command:
 {{{
 sudo ln -s openblas /opt/local/include/cblas
 }}}

 Once this ticket gets fixed, the extra link probably does no harm. Still,
 it is better to delete that link with:
 {{{
 sudo rm /opt/local/include/cblas
 }}}

-- 
Ticket URL: <https://trac.macports.org/ticket/66881#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS


More information about the macports-tickets mailing list