[MacPorts] #67108: fldigi: variant "native" fails on AppleSilicon

MacPorts noreply at macports.org
Thu Mar 16 05:34:25 UTC 2023


#67108: fldigi: variant "native" fails on AppleSilicon
---------------------+----------------------
  Reporter:  vk1kcm  |      Owner:  ra1nb0w
      Type:  defect  |     Status:  assigned
  Priority:  Normal  |  Milestone:
 Component:  ports   |    Version:
Resolution:          |   Keywords:  haspatch
      Port:  fldigi  |
---------------------+----------------------

Comment (by kencu):

 Another option, newer versions of clang do support -march=native:

 {{{
 % clang++ -march=native test.cc
 clang: error: the clang compiler does not support '-march=native'

 % clang++-mp-15  -march=native test.cc
 <OK>
 }}}

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


More information about the macports-tickets mailing list