[79611] trunk/dports/science/mpich2/Portfile

eborisch at macports.org eborisch at macports.org
Mon Jun 20 08:20:30 PDT 2011


Revision: 79611
          http://trac.macports.org/changeset/79611
Author:   eborisch at macports.org
Date:     2011-06-20 08:20:28 -0700 (Mon, 20 Jun 2011)
Log Message:
-----------
mpich2: Whitespace changes

Modified Paths:
--------------
    trunk/dports/science/mpich2/Portfile

Modified: trunk/dports/science/mpich2/Portfile
===================================================================
--- trunk/dports/science/mpich2/Portfile	2011-06-20 14:08:18 UTC (rev 79610)
+++ trunk/dports/science/mpich2/Portfile	2011-06-20 15:20:28 UTC (rev 79611)
@@ -11,11 +11,11 @@
                     openmaintainer
 description         Message Passing Interface (MPI) Library
 long_description \
-   MPICH2 is an implementation of the Message-Passing Interface (MPI). The \
-   goals of MPICH2 are to provide an MPI implementation for important \
-   platforms, including clusters, SMPs, and massively parallel processors. \
-   It also provides a vehicle for MPI implementation research and for \
-   developing new and better parallel programming environments.
+    MPICH2 is an implementation of the Message-Passing Interface (MPI). The \
+    goals of MPICH2 are to provide an MPI implementation for important \
+    platforms, including clusters, SMPs, and massively parallel processors. \
+    It also provides a vehicle for MPI implementation research and for \
+    developing new and better parallel programming environments.
 
 homepage            http://www.mcs.anl.gov/research/projects/mpich2/
 master_sites        ${homepage}downloads/tarballs/${version}/
@@ -46,50 +46,50 @@
 use_parallel_build  no
 
 variant g95 description {Enable Fortran 77 and Fortran 90 bindings using g95} conflicts gcc42 gcc43 gcc44 gcc45 {
-   depends_lib-append      port:g95
-   configure.f77           "${prefix}/bin/g95"
-   configure.fflags        "-i4"
-   configure.f90           "${prefix}/bin/g95"
-   configure.f90flags      "-i4"
-   configure.args-append   --enable-f77 --enable-fc
-   configure.args-delete   --disable-f77 --disable-fc 
+    depends_lib-append      port:g95
+    configure.f77           "${prefix}/bin/g95"
+    configure.fflags        "-i4"
+    configure.f90           "${prefix}/bin/g95"
+    configure.f90flags      "-i4"
+    configure.args-append   --enable-f77 --enable-fc
+    configure.args-delete   --disable-f77 --disable-fc 
 }
 
 variant gcc45 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc45} conflicts g95 gcc42 gcc43 gcc44 {
-   depends_lib-append    port:gcc45
-   configure.compiler    macports-gcc-4.5
-   configure.args-append   --enable-f77 --enable-fc
-   configure.args-delete   --disable-f77 --disable-fc 
+    depends_lib-append    port:gcc45
+    configure.compiler    macports-gcc-4.5
+    configure.args-append   --enable-f77 --enable-fc
+    configure.args-delete   --disable-f77 --disable-fc 
 }
 
 variant gcc44 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc44} conflicts g95 gcc42 gcc43 gcc45 {
-   depends_lib-append    port:gcc44
-   configure.compiler    macports-gcc-4.4
-   configure.args-append   --enable-f77 --enable-fc
-   configure.args-delete   --disable-f77 --disable-fc 
+    depends_lib-append    port:gcc44
+    configure.compiler    macports-gcc-4.4
+    configure.args-append   --enable-f77 --enable-fc
+    configure.args-delete   --disable-f77 --disable-fc 
 }
 
 variant gcc43 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43} conflicts g95 gcc42 gcc44 gcc45 {
-   depends_lib-append    port:gcc43
-   configure.compiler    macports-gcc-4.3
-   configure.args-append   --enable-f77 --enable-fc
-   configure.args-delete   --disable-f77 --disable-fc 
+    depends_lib-append    port:gcc43
+    configure.compiler    macports-gcc-4.3
+    configure.args-append   --enable-f77 --enable-fc
+    configure.args-delete   --disable-f77 --disable-fc 
 }
 
 variant gcc42 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42} conflicts g95 gcc43 gcc44 gcc45 {
-   depends_lib-append    port:gcc42
-   configure.compiler    macports-gcc-4.2
-   configure.args-append   --enable-f77 --enable-fc
-   configure.args-delete   --disable-f77 --disable-fc 
+    depends_lib-append    port:gcc42
+    configure.compiler    macports-gcc-4.2
+    configure.args-append   --enable-f77 --enable-fc
+    configure.args-delete   --disable-f77 --disable-fc 
 }
 
 variant gforker description {Use gforker process manager instead of the default hydra} {
-   configure.args-append   --with-pm=gforker
-   configure.args-delete   --with-pm=hydra
+    configure.args-append   --with-pm=gforker
+    configure.args-delete   --with-pm=hydra
 }
 
 platform darwin {
-   configure.args-append   --enable-sharedlibs=osx-gcc
+    configure.args-append   --enable-sharedlibs=osx-gcc
 }
 
 variant python25 conflicts python26 python27 description {Use Python 2.5} {
@@ -132,3 +132,4 @@
 
 livecheck.type      regex
 livecheck.regex     ${name}-(\[0-9.p\]+)${extract.suffix}
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110620/937cb882/attachment.html>


More information about the macports-changes mailing list