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

sean at macports.org sean at macports.org
Tue Jan 13 17:43:41 PST 2015


Revision: 131550
          https://trac.macports.org/changeset/131550
Author:   sean at macports.org
Date:     2015-01-13 17:43:41 -0800 (Tue, 13 Jan 2015)
Log Message:
-----------
petsc-devel: update to newest commit

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

Modified: trunk/dports/math/petsc/Portfile
===================================================================
--- trunk/dports/math/petsc/Portfile	2015-01-14 01:43:39 UTC (rev 131549)
+++ trunk/dports/math/petsc/Portfile	2015-01-14 01:43:41 UTC (rev 131550)
@@ -37,12 +37,19 @@
         CC="${configure.cc}" \
         CXX="${configure.cxx}" \
         FC="${configure.fc}" \
+        F77="${configure.fc}" \
+        F90="${configure.fc}" \
         COPTFLAGS="${configure.optflags}" \
         CXXOPTFLAGS="${configure.optflags}" \
         FOPTFLAGS="${configure.optflags}" \
         LDFLAGS="${configure.ldflags}" \
+        CPPFLAGS="${configure.cppflags}" \
         CFLAGS="${configure.cflags} ${configure.cc_archflags}" \
-        CXXFLAGS="${configure.cxxflags}"
+        CXXFLAGS="${configure.cxxflags}" \
+        FFLAGS="${configure.fcflags}" \
+        FCFLAGS="${configure.fcflags}" \
+        F90FLAGS="${configure.fcflags}" \
+        PETSC_ARCH="arch-macports"
 
     if {[mpi_variant_isset]} {
         configure.args-delete --with-mpi=0 \
@@ -55,14 +62,16 @@
 }
 
 subport petsc-devel {
-    bitbucket.setup     petsc petsc 79921f380ecd
+    bitbucket.setup     petsc petsc 0b8519d339f7
     bitbucket.livecheck master
     version             3.5.99
-    revision            9
+    revision            10
     name                petsc-devel
 
-    checksums           rmd160  df6e7bd942e725091488b51ce537ae57fb5aec61 \
-                        sha256  9237bb3b5a897928ff455813c9193a6bdd47dd43ecead11a9b1a7cda2d88d9f8
+    checksums           rmd160  8034e54f83e274f79504ef2494935526884725c8 \
+                        sha256  ad8fc5ec7187eacd9e906f30e115b7b951a10d023b5aee38b96fad4d020f0b42
+
+    patchfiles-delete   patch-env.diff
 }
 
 notes               "Add the following line to your .bash_profile if you plan to use\
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150113/90ff8e7e/attachment.html>


More information about the macports-changes mailing list