[MacPorts] #61547: texlive fails to compile on BigSur Apple Silicon

MacPorts noreply at macports.org
Wed Nov 18 18:47:41 UTC 2020


#61547: texlive fails to compile on BigSur Apple Silicon
----------------------------------+--------------------------
  Reporter:  Gregory-Gelfond      |      Owner:  (none)
      Type:  defect               |     Status:  new
  Priority:  Normal               |  Milestone:
 Component:  ports                |    Version:  2.6.4
Resolution:                       |   Keywords:  bigsur arm64
      Port:  texlive texlive-bin  |
----------------------------------+--------------------------

Comment (by michaelld):

 FYI if you want to "hack" math.h ... line 742 in the 12.2 beta currently
 reads:
 {{{
 #if defined __i386__ || defined __x86_64__
 }}}
 and IMHO should read:
 {{{
 #if defined __i386__ || defined __x86_64__ || defined __arm64__
 }}}
 to include support for ARM64 ... that is, unless Apple is explicitly
 dropping support for the legacy BSD API with the move to Apple Silicon ...
 hmmm ....

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


More information about the macports-tickets mailing list