[MacPorts] #65236: OpenBLAS @0.3.20_0+gcc11+lapack+native build failure on intel mac 11.6.5: gcc is putting out x86-pad-for-align=false but assembler is not accepting it

MacPorts noreply at macports.org
Wed Jul 27 19:36:00 UTC 2022


#65236: OpenBLAS @0.3.20_0+gcc11+lapack+native build failure on intel mac 11.6.5:
gcc is putting out x86-pad-for-align=false but assembler is not accepting
it
------------------------------+--------------------
  Reporter:  dsavransky       |      Owner:  (none)
      Type:  defect           |     Status:  new
  Priority:  Normal           |  Milestone:
 Component:  ports            |    Version:  2.7.2
Resolution:                   |   Keywords:
      Port:  OpenBLAS, gcc11  |
------------------------------+--------------------

Comment (by cjones051073):

 ken’s suggestion of the cctools version you are using is a good shout.
 Fwiw I have the version using the xcode variant installed , which
 basically just installs wrapper scripts around whatever xcrun provides,
 and is the default on the new OS versions.

 cctools @949.0.1_2+xcode (active)

 Oberon ~ > cat /opt/local/bin/as
 #!/bin/bash
 if [[ -x /usr/bin/xcrun ]] ; then
   exec /usr/bin/xcrun as "${@}"
 elif [[ -x /usr/bin/as ]] ; then
   exec /usr/bin/as "${@}"
 else
   exec as "${@}"
 fi
 Oberon ~ >

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


More information about the macports-tickets mailing list