Ticket #49003: Portfile.diff

File Portfile.diff, 773 bytes (added by howarth.at.macports@…, 9 years ago)

update to lit-based test suite support and build i386/x86_64 fat libomp

  • Portfile

    old new  
    88
    99name                    libomp
    1010version                 0.0
    11 revision                248001
     11revision                248588
    1212maintainers             eborisch openmaintainer
    1313homepage                http://openmp.llvm.org
    1414description             The OpenMP subproject of LLVM
     
    5252# final destination we move them to
    5353configure.args-append   -DCMAKE_INSTALL_RPATH=${prefix}/lib/libomp \
    5454                        -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/libomp \
     55                        -DLIBOMP_OSX_ARCHITECTURES="x86_64\;i386" \
    5556
    5657variant top_level description \
    5758    "Install (links to) omp.h and libs into ${prefix}/(include|lib)" {}