[71735] trunk/dports/math/shogun/Portfile
jameskyle at macports.org
jameskyle at macports.org
Tue Sep 21 06:15:44 PDT 2010
Revision: 71735
http://trac.macports.org/changeset/71735
Author: jameskyle at macports.org
Date: 2010-09-21 06:15:43 -0700 (Tue, 21 Sep 2010)
Log Message:
-----------
Updated default gcc dependency to gcc44 to be in line with other math libraries.
Modified Paths:
--------------
trunk/dports/math/shogun/Portfile
Modified: trunk/dports/math/shogun/Portfile
===================================================================
--- trunk/dports/math/shogun/Portfile 2010-09-21 13:15:40 UTC (rev 71734)
+++ trunk/dports/math/shogun/Portfile 2010-09-21 13:15:43 UTC (rev 71735)
@@ -148,11 +148,11 @@
if {[variant_isset gcc43]} {
set gccversion 4.3
-} elseif {[variant_isset gcc44]} {
+} elseif {[variant_isset gcc45]} {
+ set gccversion 4.5
+} else {
+ default_variants +gcc44
set gccversion 4.4
-} else {
- default_variants +gcc45
- set gccversion 4.5
}
set gccnumber [join [split ${gccversion} .] ""]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100921/319c1946/attachment.html>
More information about the macports-changes
mailing list