Ticket #48090: mpich.patch

File mpich.patch, 1.5 KB (added by larryv (Lawrence Velázquez), 9 years ago)
  • dports/science/mpich/Portfile

    diff --git a/dports/science/mpich/Portfile b/dports/science/mpich/Portfile
    index 326b680..62c5f81 100644
    a b PortGroup select 1.0 
    88name                mpich
    99version             3.1.4
    1010# Note may have other revisions below
    11 revision            0
     11revision            1
    1212
    1313license             BSD
    1414categories          science parallel net
    livecheck.url ${homepage}/static/downloads/ 
    5151if {[string first "-devel" $subport] > 0} {
    5252    name                mpich-devel
    5353    version             3.2b3
    54     revision            0
     54    revision            1
    5555    # To see 3.1 as newer than 3.1rcX
    5656    epoch               1
    5757
    if {${subport} != ${name}} { 
    161161    select.group                mpi
    162162    select.file                 ${filespath}/${name}-${cname}
    163163
     164    # Prevent "ccache" and "distcc" from being baked into the wrapper scripts.
     165    configure.ccache            no
     166    configure.distcc            no
     167
    164168    # don't need to livecheck all the subports, just the port
    165169    livecheck.type              none
    166170
    if {${subport} != ${name}} { 
    200204    }
    201205
    202206    if { [string first gcc $cname] == 0 } {
    203         revision                2
     207        revision                3
    204208        configure.args-delete   --disable-f77 --disable-fc
    205209        configure.args-append   --enable-f77 --enable-fc
    206210        select.file             ${filespath}/${name}-${cname}-fortran