Ticket #49003: Portfile.diff
File Portfile.diff, 773 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 248 00111 revision 248588 12 12 maintainers eborisch openmaintainer 13 13 homepage http://openmp.llvm.org 14 14 description The OpenMP subproject of LLVM … … 52 52 # final destination we move them to 53 53 configure.args-append -DCMAKE_INSTALL_RPATH=${prefix}/lib/libomp \ 54 54 -DCMAKE_INSTALL_NAME_DIR=${prefix}/lib/libomp \ 55 -DLIBOMP_OSX_ARCHITECTURES="x86_64\;i386" \ 55 56 56 57 variant top_level description \ 57 58 "Install (links to) omp.h and libs into ${prefix}/(include|lib)" {}