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

jeremyhu at macports.org jeremyhu at macports.org
Wed Aug 7 18:04:27 PDT 2013


Revision: 109103
          https://trac.macports.org/changeset/109103
Author:   jeremyhu at macports.org
Date:     2013-08-07 18:04:27 -0700 (Wed, 07 Aug 2013)
Log Message:
-----------
mpich: Remove implied compiler dependencies

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

Modified: trunk/dports/science/mpich/Portfile
===================================================================
--- trunk/dports/science/mpich/Portfile	2013-08-08 00:59:56 UTC (rev 109102)
+++ trunk/dports/science/mpich/Portfile	2013-08-08 01:04:27 UTC (rev 109103)
@@ -95,21 +95,21 @@
 # variants for what compiler the user would like to wrap.
 
 # Compiler variant set
-#   name     depends_lib    configure.compiler  Description
+#   name     configure.compiler  Description
 array set clist {
-    clang   {""             clang               "Apple native"}
-    clang31 {port:clang-3.1 macports-clang-3.1  "MacPorts' version"}
-    clang32 {port:clang-3.2 macports-clang-3.2  "MacPorts' version"}
-    clang33 {port:clang-3.3 macports-clang-3.3  "MacPorts' version"}
-    clang34 {port:clang-3.4 macports-clang-3.4  "MacPorts' version"}
-    gcc43   {port:gcc43     macports-gcc-4.3    "enables Fortran wrappers"}
-    gcc44   {port:gcc44     macports-gcc-4.4    "enables Fortran wrappers"}
-    gcc45   {port:gcc45     macports-gcc-4.5    "enables Fortran wrappers"}
-    gcc46   {port:gcc46     macports-gcc-4.6    "enables Fortran wrappers"}
-    gcc47   {port:gcc47     macports-gcc-4.7    "enables Fortran wrappers"}
-    gcc48   {port:gcc48     macports-gcc-4.8    "enables Fortran wrappers"}
-    gcc49   {port:gcc49     macports-gcc-4.9    "enables Fortran wrappers"}
-    llvm    {""             llvm-gcc-4.2        "Apple native"}
+    clang   {clang               "Apple native"}
+    clang31 {macports-clang-3.1  "MacPorts' version"}
+    clang32 {macports-clang-3.2  "MacPorts' version"}
+    clang33 {macports-clang-3.3  "MacPorts' version"}
+    clang34 {macports-clang-3.4  "MacPorts' version"}
+    gcc43   {macports-gcc-4.3    "enables Fortran wrappers"}
+    gcc44   {macports-gcc-4.4    "enables Fortran wrappers"}
+    gcc45   {macports-gcc-4.5    "enables Fortran wrappers"}
+    gcc46   {macports-gcc-4.6    "enables Fortran wrappers"}
+    gcc47   {macports-gcc-4.7    "enables Fortran wrappers"}
+    gcc48   {macports-gcc-4.8    "enables Fortran wrappers"}
+    gcc49   {macports-gcc-4.9    "enables Fortran wrappers"}
+    llvm    {llvm-gcc-4.2        "Apple native"}
 }
 
 # Alphabetized list of compiler variants
@@ -122,10 +122,9 @@
     
     # Describe variant
     variant $clist_item \
-        description "Wraps $clist_item -- [lindex $clist($clist_item) 2]" \
+        description "Wraps $clist_item -- [lindex $clist($clist_item) 1]" \
         conflicts $conf_list "
-            depends_lib-append  [lindex $clist($clist_item) 0]
-            configure.compiler  [lindex $clist($clist_item) 1] 
+            configure.compiler  [lindex $clist($clist_item) 0] 
         "
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130807/3f18856b/attachment.html>


More information about the macports-changes mailing list