Ticket #50511: Portfile.diff
File Portfile.diff, 485 bytes (added by howarth.at.macports@…, 9 years ago) |
---|
-
Portfile
old new 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