Changes between Initial Version and Version 1 of Ticket #64116, comment 4


Ignore:
Timestamp:
Dec 3, 2021, 4:55:15 AM (2 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64116, comment 4

    initial v1  
    1 It will probably be testing to see if the {{{-fopenmp}}} flag is supported, (which clang-9.0 does support, used by 10.6), and if it is  then it will probably misfire and think it is running on gcc and force {{{-lgomp}}} in as the link library, which is wrong.
     1It will probably be testing to see if the {{{-fopenmp}}} flag is supported, (which clang-9.0 does support, used by 10.6), and if it is  then it will probably misfire and think it is running on gcc and force {{{-lgomp}}} in somehow or another as the link library, which is wrong.
    22
    33But as only 0.0001% of MacOS users use compilers that support {{{-fopenmp}}} nobody will have debugged this before.
    44
    55We see something much the same happen with ImageMagick here #57009
     6
     7Perhaps you might repro this on any system forcing macports-clang-9.0 as the compiler?