Ticket #16388: Portfile.diff
File Portfile.diff, 798 bytes (added by adfernandes (Andrew Fernandes), 16 years ago) |
---|
-
Portfile
old new 4 4 5 5 name openmpi 6 6 version 1.2.6 7 revision 1 7 8 categories science parallel net 8 9 platforms darwin 9 10 maintainers mww … … 59 60 configure.args-append --enable-f77 --enable-f90 60 61 configure.f77 ${prefix}/bin/gfortran-mp-4.2 61 62 configure.fc ${prefix}/bin/gfortran-mp-4.2 63 configure.compiler macports-gcc-4.2 62 64 depends_lib-append port:gcc42 63 65 lappend wrappers mpif77 mpif90 64 66 } … … 68 70 configure.args-append --enable-f77 --enable-f90 69 71 configure.f77 ${prefix}/bin/gfortran-mp-4.3 70 72 configure.fc ${prefix}/bin/gfortran-mp-4.3 73 configure.compiler macports-gcc-4.3 71 74 depends_lib-append port:gcc43 72 75 lappend wrappers mpif77 mpif90 73 76 }