[89958] trunk/dports/math/arpack/Portfile

mmoll at macports.org mmoll at macports.org
Thu Feb 16 21:47:54 PST 2012


Revision: 89958
          http://trac.macports.org/changeset/89958
Author:   mmoll at macports.org
Date:     2012-02-16 21:47:52 -0800 (Thu, 16 Feb 2012)
Log Message:
-----------
math/arpack: add variant check

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

Modified: trunk/dports/math/arpack/Portfile
===================================================================
--- trunk/dports/math/arpack/Portfile	2012-02-17 04:56:09 UTC (rev 89957)
+++ trunk/dports/math/arpack/Portfile	2012-02-17 05:47:52 UTC (rev 89958)
@@ -85,7 +85,7 @@
         configure.env-append F77=${prefix}/bin/g95
 }
 
-if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset g95] } {
+if { ![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46] && ![variant_isset g95] } {
 	default_variants      +gcc44
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120216/071286db/attachment-0001.html>


More information about the macports-changes mailing list