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

mmoll at macports.org mmoll at macports.org
Fri Jul 10 14:22:44 PDT 2009


Revision: 53641
          http://trac.macports.org/changeset/53641
Author:   mmoll at macports.org
Date:     2009-07-10 14:22:43 -0700 (Fri, 10 Jul 2009)
Log Message:
-----------
petsc: version bump 3.0.0-p5 -> 3.0.0-p7; add livecheck

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2009-07-10 21:21:51 UTC (rev 53640)
+++ trunk/dports/math/petsc/Portfile	2009-07-10 21:22:43 UTC (rev 53641)
@@ -3,7 +3,7 @@
 PortSystem	1.0
 
 name		petsc
-version	    3.0.0-p5
+version	    3.0.0-p7
 categories  math science
 maintainers	mmoll
 description	Portable, Extensible Toolkit for Scientific Computation
@@ -17,9 +17,9 @@
 distname	${name}-lite-${version}
 worksrcdir	${name}-${version}
 
-checksums   md5     c3329c2b7eb6c33da7f31bc357c626b3 \
-            sha1    0a94ed0a8110a5ec5bb0cb4eb18978a1e05517a1 \
-            rmd160  38c81ad3d73447d0074a053e857f2abdb23bce46
+checksums   md5     6dbba4bf6be8ce4fbde3e628c47ac1c6 \
+            sha1    4cd617254167f13b5634a9dfe069a567df939bc7 \
+            rmd160  ef82f90563f1723a8114f1b37612ad33133651a5
 
 depends_lib-append  port:openmpi
 
@@ -30,8 +30,7 @@
 		--prefix=${prefix}/lib/petsc \
 		--with-cc=${prefix}/bin/openmpicc \
 		--with-cxx=${prefix}/bin/openmpicxx \
-		--with-fc=${prefix}/bin/openmpif90 \
-        COPTFLAGS=-O3 CXXOPTFLAGS=-O3 FOPTFLAGS=-O3
+		--with-fc=${prefix}/bin/openmpif90
 build.env       PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
 destroot.destdir    INSTALL_DIR=${destroot}${prefix}/lib/petsc \
         PETSC_DIR=${worksrcpath} PETSC_ARCH=darwin
@@ -69,3 +68,7 @@
     ui_msg "*                                                     "
     ui_msg "******************************************************"
 }
+
+livecheck.check 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090710/dd4a50dd/attachment.html>


More information about the macports-changes mailing list