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

sean at macports.org sean at macports.org
Sun Apr 13 19:33:56 PDT 2014


Revision: 118959
          https://trac.macports.org/changeset/118959
Author:   sean at macports.org
Date:     2014-04-13 19:33:56 -0700 (Sun, 13 Apr 2014)
Log Message:
-----------
mpich: move code block down

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

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2014-04-14 02:33:50 UTC (rev 118958)
+++ trunk/dports/science/mpich/Portfile	2014-04-14 02:33:56 UTC (rev 118959)
@@ -46,22 +46,6 @@
 livecheck.regex     mpich-(\[0-9.p\]+)${extract.suffix}
 livecheck.url       ${homepage}downloads/index.php?s=downloads
 
-configure.args      --disable-dependency-tracking \
-                    --disable-f77 \
-                    --disable-fc \
-                    --disable-silent-rules \
-                    --enable-base-cache \
-                    --enable-cache \
-                    --enable-cxx \
-                    --enable-fast=O2 \
-                    --enable-shared \
-                    --enable-smpcoll \
-                    --with-device=ch3:nemesis \
-                    --with-pm=hydra \
-                    --with-thread-package=posix \
-                    --enable-versioning \
-                    "F90FLAGS='' F90=''"
-
 if {[string first "-devel" $subport] > 0} {
     name                mpich-devel
     version             3.1
@@ -111,6 +95,22 @@
 # See https://trac.macports.org/ticket/36654#comment:9
 compiler.blacklist-append   {clang >= 421.11.66 < 425.0.24}
 
+configure.args      --disable-dependency-tracking \
+                    --disable-f77 \
+                    --disable-fc \
+                    --disable-silent-rules \
+                    --enable-base-cache \
+                    --enable-cache \
+                    --enable-cxx \
+                    --enable-fast=O2 \
+                    --enable-shared \
+                    --enable-smpcoll \
+                    --with-device=ch3:nemesis \
+                    --with-pm=hydra \
+                    --with-thread-package=posix \
+                    --enable-versioning \
+                    "F90FLAGS='' F90=''"
+
 platform darwin {
     configure.args-append   --enable-timer-type=mach_absolute_time
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140413/b8a9db74/attachment.html>


More information about the macports-changes mailing list