Changes between Initial Version and Version 2 of Ticket #49003


Ignore:
Timestamp:
Sep 30, 2015, 12:07:24 AM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Replying to howarth.at.macports@…:

The attached Portfile diff updates libomp to the r248588 to pick up the new lit-based test suite support for running 'check-libomp' as well as appends -DLIBOMP_OSX_ARCHITECTURES="x86_64;i386" to the cmake flags to build the fat libomp supporting both i386 and x86_64 targets.

A port should only build universally if the universal variant is selected. If a universal build is required, that can be enforced by adding the line "default_variants +universal", but that would be somewhat unusual.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #49003 – Description

    initial v2  
    11The attached Portfile diff updates libomp to the r248588 to pick up the new lit-based test suite support for running 'check-libomp' as well as appends -DLIBOMP_OSX_ARCHITECTURES="x86_64;i386" to the cmake flags to build the fat libomp supporting both i386 and x86_64 targets.
    22
     3{{{
    34% file libomp.dylib
    45libomp.dylib: Mach-O universal binary with 2 architectures
    56libomp.dylib (for architecture x86_64): Mach-O 64-bit dynamically linked shared library x86_64
    67libomp.dylib (for architecture i386):   Mach-O dynamically linked shared library i386
     8}}}