New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 79611


Ignore:
Timestamp:
06/20/11 08:20:28 (4 years ago)
Author:
eborisch@…
Message:

mpich2: Whitespace changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/science/mpich2/Portfile

    r76877 r79611  
    1212description         Message Passing Interface (MPI) Library 
    1313long_description \ 
    14    MPICH2 is an implementation of the Message-Passing Interface (MPI). The \ 
    15    goals of MPICH2 are to provide an MPI implementation for important \ 
    16    platforms, including clusters, SMPs, and massively parallel processors. \ 
    17    It also provides a vehicle for MPI implementation research and for \ 
    18    developing new and better parallel programming environments. 
     14    MPICH2 is an implementation of the Message-Passing Interface (MPI). The \ 
     15    goals of MPICH2 are to provide an MPI implementation for important \ 
     16    platforms, including clusters, SMPs, and massively parallel processors. \ 
     17    It also provides a vehicle for MPI implementation research and for \ 
     18    developing new and better parallel programming environments. 
    1919 
    2020homepage            http://www.mcs.anl.gov/research/projects/mpich2/ 
     
    4747 
    4848variant g95 description {Enable Fortran 77 and Fortran 90 bindings using g95} conflicts gcc42 gcc43 gcc44 gcc45 { 
    49    depends_lib-append      port:g95 
    50    configure.f77           "${prefix}/bin/g95" 
    51    configure.fflags        "-i4" 
    52    configure.f90           "${prefix}/bin/g95" 
    53    configure.f90flags      "-i4" 
    54    configure.args-append   --enable-f77 --enable-fc 
    55    configure.args-delete   --disable-f77 --disable-fc  
     49    depends_lib-append      port:g95 
     50    configure.f77           "${prefix}/bin/g95" 
     51    configure.fflags        "-i4" 
     52    configure.f90           "${prefix}/bin/g95" 
     53    configure.f90flags      "-i4" 
     54    configure.args-append   --enable-f77 --enable-fc 
     55    configure.args-delete   --disable-f77 --disable-fc  
    5656} 
    5757 
    5858variant gcc45 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc45} conflicts g95 gcc42 gcc43 gcc44 { 
    59    depends_lib-append    port:gcc45 
    60    configure.compiler    macports-gcc-4.5 
    61    configure.args-append   --enable-f77 --enable-fc 
    62    configure.args-delete   --disable-f77 --disable-fc  
     59    depends_lib-append    port:gcc45 
     60    configure.compiler    macports-gcc-4.5 
     61    configure.args-append   --enable-f77 --enable-fc 
     62    configure.args-delete   --disable-f77 --disable-fc  
    6363} 
    6464 
    6565variant gcc44 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc44} conflicts g95 gcc42 gcc43 gcc45 { 
    66    depends_lib-append    port:gcc44 
    67    configure.compiler    macports-gcc-4.4 
    68    configure.args-append   --enable-f77 --enable-fc 
    69    configure.args-delete   --disable-f77 --disable-fc  
     66    depends_lib-append    port:gcc44 
     67    configure.compiler    macports-gcc-4.4 
     68    configure.args-append   --enable-f77 --enable-fc 
     69    configure.args-delete   --disable-f77 --disable-fc  
    7070} 
    7171 
    7272variant gcc43 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43} conflicts g95 gcc42 gcc44 gcc45 { 
    73    depends_lib-append    port:gcc43 
    74    configure.compiler    macports-gcc-4.3 
    75    configure.args-append   --enable-f77 --enable-fc 
    76    configure.args-delete   --disable-f77 --disable-fc  
     73    depends_lib-append    port:gcc43 
     74    configure.compiler    macports-gcc-4.3 
     75    configure.args-append   --enable-f77 --enable-fc 
     76    configure.args-delete   --disable-f77 --disable-fc  
    7777} 
    7878 
    7979variant gcc42 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42} conflicts g95 gcc43 gcc44 gcc45 { 
    80    depends_lib-append    port:gcc42 
    81    configure.compiler    macports-gcc-4.2 
    82    configure.args-append   --enable-f77 --enable-fc 
    83    configure.args-delete   --disable-f77 --disable-fc  
     80    depends_lib-append    port:gcc42 
     81    configure.compiler    macports-gcc-4.2 
     82    configure.args-append   --enable-f77 --enable-fc 
     83    configure.args-delete   --disable-f77 --disable-fc  
    8484} 
    8585 
    8686variant gforker description {Use gforker process manager instead of the default hydra} { 
    87    configure.args-append   --with-pm=gforker 
    88    configure.args-delete   --with-pm=hydra 
     87    configure.args-append   --with-pm=gforker 
     88    configure.args-delete   --with-pm=hydra 
    8989} 
    9090 
    9191platform darwin { 
    92    configure.args-append   --enable-sharedlibs=osx-gcc 
     92    configure.args-append   --enable-sharedlibs=osx-gcc 
    9393} 
    9494 
     
    133133livecheck.type      regex 
    134134livecheck.regex     ${name}-(\[0-9.p\]+)${extract.suffix} 
     135 
Note: See TracChangeset for help on using the changeset viewer.