Ticket #15058: Portfile.2.diff

File Portfile.2.diff, 798 bytes (added by adfernandes (Andrew Fernandes), 16 years ago)

change compilers with requested variants

  • Portfile

    old new  
    44
    55name                    openmpi
    66version                 1.2.6
     7revision                1
    78categories              science parallel net
    89platforms               darwin
    910maintainers             mww
     
    5960        configure.args-append --enable-f77 --enable-f90
    6061        configure.f77         ${prefix}/bin/gfortran-mp-4.2
    6162        configure.fc          ${prefix}/bin/gfortran-mp-4.2
     63        configure.compiler macports-gcc-4.2
    6264        depends_lib-append    port:gcc42
    6365        lappend wrappers mpif77 mpif90
    6466}
     
    6870        configure.args-append --enable-f77 --enable-f90
    6971        configure.f77         ${prefix}/bin/gfortran-mp-4.3
    7072        configure.fc          ${prefix}/bin/gfortran-mp-4.3
     73        configure.compiler macports-gcc-4.3
    7174        depends_lib-append    port:gcc43
    7275        lappend wrappers mpif77 mpif90
    7376}