Changes between Initial Version and Version 1 of Ticket #34231


Ignore:
Timestamp:
Apr 27, 2012, 6:54:57 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to frederic.devernay@…:

  • if pango is installed, configure detects it and thus it becomes a "hidden dependency". TYhis patch makes the dependency exlicit with the +pango variant

Thanks; I had overlooked that. Committed that part in r92396 along with a minor version update (since a revision increase would have been needed otherwise, and we might as well instead pull in some upstream bug fixes while we're at it). Note that I rewrote the pango dependency so that pango-devel could satisfy it.

This also means we have to close #20923 as wontfix, which I'm quite happy to do.

  • OpenMP is broken in gcc 4.0 and 4.2, so disable it on these compilers.

That's news to me. You should probably report that to the developers of ImageMagick so that they can fix their use of OpenMP on gcc 4.2. My understanding is that ImageMagick did not attempt to use OpenMP automatically on gcc earlier than 4.2, but that it could still be added. See also #15945 and #24944 and #32642.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34231

    • Property Owner changed from macports-tickets@… to ryandesign@…
    • Property Keywords haspatch added
  • Ticket #34231 – Description

    initial v1  
    11this patch fixes two things:
    2 - if pango is installed, configure detects it and thus it becomes a "hidden dependency". TYhis patch makes the dependency exlicit with the +pango variant
    3 - OpenMP is broken in gcc 4.0 and 4.2, so disable it on these compilers.
     2 - if pango is installed, configure detects it and thus it becomes a "hidden dependency". TYhis patch makes the dependency exlicit with the +pango variant
     3 - OpenMP is broken in gcc 4.0 and 4.2, so disable it on these compilers.