Ticket #50511: Portfile.2.diff
File Portfile.2.diff, 780 bytes (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 8 8 9 9 name libomp 10 10 version 0.0 11 revision 25 869511 revision 259113 12 12 maintainers eborisch openmaintainer 13 13 homepage http://openmp.llvm.org 14 14 description The OpenMP subproject of LLVM … … 53 53 configure.args-append -DCMAKE_INSTALL_RPATH=${prefix}/lib/libomp \ 54 54 -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/libomp \ 55 55 56 if {${build_arch} eq "x86_64"} { 57 configure.args-append -DLIBOMP_OSX_ARCHITECTURES="x86_64\;i386" 58 } 59 56 60 variant top_level description \ 57 61 "Install (links to) omp.h and libs into ${prefix}/(include|lib)" {} 58 62