[137950] trunk/dports/science/mpich/Portfile

larryv at macports.org larryv at macports.org
Tue Jun 23 11:31:46 PDT 2015


Revision: 137950
          https://trac.macports.org/changeset/137950
Author:   larryv at macports.org
Date:     2015-06-23 11:31:46 -0700 (Tue, 23 Jun 2015)
Log Message:
-----------
mpich*: Don't bake ccache/distcc into wrappers (#48090)

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

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2015-06-23 18:31:44 UTC (rev 137949)
+++ trunk/dports/science/mpich/Portfile	2015-06-23 18:31:46 UTC (rev 137950)
@@ -8,7 +8,7 @@
 name                mpich
 version             3.1.4
 # Note may have other revisions below
-revision            0
+revision            1
 
 license             BSD
 categories          science parallel net
@@ -51,7 +51,7 @@
 if {[string first "-devel" $subport] > 0} {
     name                mpich-devel
     version             3.2b3
-    revision            0
+    revision            1
     # To see 3.1 as newer than 3.1rcX
     epoch               1
 
@@ -161,6 +161,10 @@
     select.group                mpi
     select.file                 ${filespath}/${name}-${cname}
 
+    # Prevent "ccache" and "distcc" from being baked into the wrapper scripts.
+    configure.ccache            no
+    configure.distcc            no
+
     # don't need to livecheck all the subports, just the port
     livecheck.type              none
 
@@ -200,7 +204,7 @@
     }
 
     if { [string first gcc $cname] == 0 } {
-        revision                2
+        revision                3
         configure.args-delete   --disable-f77 --disable-fc
         configure.args-append   --enable-f77 --enable-fc
         select.file             ${filespath}/${name}-${cname}-fortran
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20150623/f2e608db/attachment.html>


More information about the macports-changes mailing list