[115876] trunk/dports/math/slepc/Portfile

sean at macports.org sean at macports.org
Sun Jan 12 22:11:23 PST 2014


Revision: 115876
          https://trac.macports.org/changeset/115876
Author:   sean at macports.org
Date:     2014-01-12 22:11:23 -0800 (Sun, 12 Jan 2014)
Log Message:
-----------
slepc: add modeline and whitespace cleanup

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

Modified: trunk/dports/math/slepc/Portfile
===================================================================
--- trunk/dports/math/slepc/Portfile	2014-01-13 06:11:18 UTC (rev 115875)
+++ trunk/dports/math/slepc/Portfile	2014-01-13 06:11:23 UTC (rev 115876)
@@ -1,29 +1,31 @@
+# -*- 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            slepc
-version         3.3-p4
-categories      math science
-maintainers     sean
-license         LGPL
-description     Scalable Library for Eigenvalue Problem Computations
+name                slepc
+version             3.3-p4
+categories          math science
+maintainers         sean
+license             LGPL
+description         Scalable Library for Eigenvalue Problem Computations
 long_description    SLEPc is a software library for the solution of large \
-    scale sparse eigenvalue problems on parallel computers. It is an \
-    extension of PETSc and can be used for either standard or generalized \
-    eigenproblems, with real or complex arithmetic. It can also be used for \
-    computing a partial SVD of a large, sparse, rectangular matrix.
-notes           "Add the following lines to your .bash_profile if you plan to\
-                use the PETSC/SLEPC makefile rules in $prefix/lib/petsc/conf:\n\
-                \texport PETSC_DIR=${prefix}/lib/petsc\n\
-                \texport SLEPC_DIR=${prefix}/lib/petsc"
+                    scale sparse eigenvalue problems on parallel computers. It is an \
+                    extension of PETSc and can be used for either standard or generalized \
+                    eigenproblems, with real or complex arithmetic. It can also be used for \
+                    computing a partial SVD of a large, sparse, rectangular matrix.
 
-platforms       darwin
-homepage        http://www.grycap.upv.es/slepc
-master_sites    http://www.grycap.upv.es/slepc/download/distrib
-distname        ${name}-${version}
+notes               "Add the following lines to your .bash_profile if you plan to\
+                    use the PETSC/SLEPC makefile rules in $prefix/lib/petsc/conf:\n\
+                    \texport PETSC_DIR=${prefix}/lib/petsc\n\
+                    \texport SLEPC_DIR=${prefix}/lib/petsc"
+
+platforms           darwin
+homepage            http://www.grycap.upv.es/slepc
+master_sites        http://www.grycap.upv.es/slepc/download/distrib
+distname            ${name}-${version}
 universal_variant   no
 
 checksums           md5     d034e8b894bda374ec330a750428ac3f \
@@ -32,10 +34,10 @@
 
 depends_lib-append  port:petsc
 
-configure.args        --prefix=${prefix}/lib/petsc
-build.env-append      PETSC_DIR=${prefix}/lib/petsc PETSC_ARCH=arch-installed-petsc SLEPC_DIR=${worksrcpath}
-destroot.env-append   PETSC_DIR=${prefix}/lib/petsc PETSC_ARCH=arch-installed-petsc SLEPC_DIR=${worksrcpath}
-destroot.cmd-append   SLEPC_DESTDIR=${destroot}${prefix}/lib/petsc
+configure.args      --prefix=${prefix}/lib/petsc
+build.env-append    PETSC_DIR=${prefix}/lib/petsc PETSC_ARCH=arch-installed-petsc SLEPC_DIR=${worksrcpath}
+destroot.env-append PETSC_DIR=${prefix}/lib/petsc PETSC_ARCH=arch-installed-petsc SLEPC_DIR=${worksrcpath}
+destroot.cmd-append SLEPC_DESTDIR=${destroot}${prefix}/lib/petsc
 
 conflicts_build     slepc
 
@@ -65,6 +67,6 @@
                 --with-arpack-flags=-lparpack,-larpack,-lgfortran
 }
 
-livecheck.type  regex
-livecheck.url   http://www.grycap.upv.es/slepc/download/download.htm
-livecheck.regex slepc-(\[0-9.\]+(-p\[0-9\]+))\\.tar.gz
+livecheck.type      regex
+livecheck.url       http://www.grycap.upv.es/slepc/download/download.htm
+livecheck.regex     slepc-(\[0-9.\]+(-p\[0-9\]+))\\.tar.gz
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140112/668e08c5/attachment.html>


More information about the macports-changes mailing list