Changes between Initial Version and Version 1 of Ticket #50511, comment 17


Ignore:
Timestamp:
Mar 26, 2016, 12:41:36 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #50511, comment 17

    initial v1  
    11The cmake build machinery in openmp is currently set up to only build single architecture unless explicitly told which additional architectures to build. Furthermore, it does this by building the architectures separately in individual subdirectories and then uses lipo to combine them into a single binary. This issue is obvious by simple inspection of library installed by libomp-0.0_261249.darwin_15.x86_64.tbz2...
    22
     3{{{
    34$ file /opt/local/lib/libomp/libomp.dylib
    45/opt/local/lib/libomp/libomp.dylib: Mach-O 64-bit dynamically linked shared library x86_64
     6}}}
    57
    68and the requirement to explicitly set is clearly noted in openmp-3.8.0.src/runtime/Build_With_CMake.txt