Ticket #11576: Portfile.diff
File Portfile.diff, 1023 bytes (added by eborisch (Eric A. Borisch), 13 years ago) |
---|
-
Portfile
old new 51 51 foreach bin {mpirun mpiexec} { 52 52 system -W ${destroot}${prefix}/bin \ 53 53 "ln -sf ${prefix}/lib/${name}/bin/orterun open${bin}" 54 move ${destroot}${prefix}/share/man/man1/${bin}.1 \ 55 ${destroot}${prefix}/share/man/man1/open${bin}.1 54 56 } 55 57 foreach bin ${wrappers} { 56 58 system -W ${destroot}${prefix}/bin \ … … 58 60 system -W ${destroot}${prefix}/share/${name} \ 59 61 "ln -sf ${prefix}/share/${name}/${bin}-wrapper-data.txt \ 60 62 open${bin}-wrapper-data.txt" 63 move ${destroot}${prefix}/share/man/man1/${bin}.1 \ 64 ${destroot}${prefix}/share/man/man1/open${bin}.1 61 65 } 66 if {![variant_isset man3]} { 67 delete ${destroot}${prefix}/share/man/man3 68 } 69 } 70 71 default_variants +man3 72 73 variant man3 description {\ 74 Install man3 (MPI functions) man pages; conflicts with mpich2} { 75 conflicts mpich2 62 76 } 63 77 64 78 variant threads description {enable threads for MPI applications} {