[116394] trunk/dports/math/petsc/Portfile

sean at macports.org sean at macports.org
Thu Jan 23 12:15:49 PST 2014


Revision: 116394
          https://trac.macports.org/changeset/116394
Author:   sean at macports.org
Date:     2014-01-23 12:15:49 -0800 (Thu, 23 Jan 2014)
Log Message:
-----------
petsc: add modeline and format whitespace

Modified Paths:
--------------
    trunk/dports/math/petsc/Portfile

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2014-01-23 20:15:46 UTC (rev 116393)
+++ trunk/dports/math/petsc/Portfile	2014-01-23 20:15:49 UTC (rev 116394)
@@ -1,36 +1,38 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
 # $Id$
 
-PortSystem	1.0
-PortGroup   conflicts_build 1.0
-PortGroup   active_variants 1.1
+PortSystem          1.0
+PortGroup           conflicts_build 1.0
+PortGroup           active_variants 1.1
 
-name		petsc
-version     3.3-p6
-revision    3
-categories  math science
-maintainers	sean
-description	Portable, Extensible Toolkit for Scientific Computation
-long_description	PETSc, pronounced PET-see (the S is silent), is a suite \
-        of data structures and routines for the scalable (parallel) solution \
-        of scientific applications modeled by partial differential equations. \
-        It employs the MPI standard for all message-passing communication.
+name                petsc
+version             3.3-p6
+revision            3
+categories          math science
+maintainers         sean
+description         Portable, Extensible Toolkit for Scientific Computation
+long_description    PETSc, pronounced PET-see (the S is silent), is a suite \
+                    of data structures and routines for the scalable (parallel) solution \
+                    of scientific applications modeled by partial differential equations. \
+                    It employs the MPI standard for all message-passing communication.
 
-notes       "Add the following line to your .bash_profile if you plan to use\
-            the PETSC makefile rules in $prefix/lib/petsc/conf: \n\
-            \texport PETSC_DIR=${prefix}/lib/petsc"
+notes               "Add the following line to your .bash_profile if you plan to use\
+                    the PETSC makefile rules in $prefix/lib/petsc/conf: \n\
+                    \texport PETSC_DIR=${prefix}/lib/petsc"
 
-platforms	darwin
-homepage	http://www.mcs.anl.gov/petsc/petsc-as/
-master_sites	ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ \
-		http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
-distname	${name}-lite-${version}
-worksrcdir	${name}-${version}
+platforms           darwin
+homepage            http://www.mcs.anl.gov/petsc/petsc-as/
+master_sites        ftp://ftp.mcs.anl.gov/pub/petsc/release-snapshots/ \
+                    http://ftp.mcs.anl.gov/pub/petsc/release-snapshots/
+distname            ${name}-lite-${version}
+worksrcdir          ${name}-${version}
 universal_variant   no
 
 checksums           rmd160  a0aedc01995d60340e302140293d82dcb1ca356c \
                     sha256  09e03c1d871a44e4322d61b007bbefd0a3e0cea5f5568b8ce243b4ef7c19b0b0
 
-depends_build-append  port:cmake
+depends_build-append \
+                    port:cmake
 depends_lib-append  port:hdf5-18 \
                     port:libyaml
 
@@ -103,10 +105,10 @@
     default_variants +accelerate
 }
 
-destroot.destdir DESTDIR=${destroot}${prefix}/lib/petsc
+destroot.destdir    DESTDIR=${destroot}${prefix}/lib/petsc
 
-livecheck.type  regex
-livecheck.url   http://www.mcs.anl.gov/petsc/petsc-2/download/index.html
-livecheck.regex petsc-lite-(\[0-9.\]+(-p\[0-9\]+))\\.tar\\.gz
+livecheck.type      regex
+livecheck.url       http://www.mcs.anl.gov/petsc/petsc-2/download/index.html
+livecheck.regex     petsc-lite-(\[0-9.\]+(-p\[0-9\]+))\\.tar\\.gz
 
 variant mpich2 requires mpich description {Legacy compatibility variant} {}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140123/40415299/attachment.html>


More information about the macports-changes mailing list