[MacPorts] #61860: octave: enable arm64 build

MacPorts noreply at macports.org
Fri Jan 21 16:01:59 UTC 2022


#61860: octave: enable arm64 build
---------------------+---------------------------------
  Reporter:  kencu   |      Owner:  MarcusCalhoun-Lopez
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:  arm64
      Port:  octave  |
---------------------+---------------------------------

Comment (by jsalort):

 Following up, actually the reason it did not work is because it compiles
 and links with /usr/bin/clang.
 Octave compiles fine with +openblas +gcc11 -sundials.
 However, the graphics don't work for some reason that I haven't figured
 out.
 Also, I have added

 {{{
 if { ${os.arch} eq "arm" } {
     set short_host_name aarch64-apple-${os.platform}${os.major}.x.x
 }
 }}}

 in `post-patch`.
 I don't submit a PR, because there are still issues to be resolved
 (sundials, and the graphics).

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


More information about the macports-tickets mailing list