[71734] trunk/dports/python/py26-pymvpa/Portfile

jameskyle at macports.org jameskyle at macports.org
Tue Sep 21 06:15:41 PDT 2010


Revision: 71734
          http://trac.macports.org/changeset/71734
Author:   jameskyle at macports.org
Date:     2010-09-21 06:15:40 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
Rolled the py26-pymvpa default compiler back to gcc44 to be in line with atlas port

Modified Paths:
--------------
    trunk/dports/python/py26-pymvpa/Portfile

Modified: trunk/dports/python/py26-pymvpa/Portfile
===================================================================
--- trunk/dports/python/py26-pymvpa/Portfile	2010-09-21 09:42:37 UTC (rev 71733)
+++ trunk/dports/python/py26-pymvpa/Portfile	2010-09-21 13:15:40 UTC (rev 71734)
@@ -6,6 +6,7 @@
 
 name                    py26-pymvpa
 version                 0.4.5.dev23
+revision                1
 categories              python
 
 platforms               darwin
@@ -69,10 +70,10 @@
 
 if {[variant_isset gcc43]} {
     set gccversion 4.3
-} elseif {[variant_isset gcc44]} {
+} elseif {[variant_isset gcc45]} {
     set gccversion 4.4
 } else {
-    default_variants +gcc45
+    default_variants +gcc44
     set gccversion 4.5
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/10ea4479/attachment.html>


More information about the macports-changes mailing list