[121389] trunk/dports/math/gsl/Portfile
dtakahashi at macports.org
dtakahashi at macports.org
Tue Jun 24 12:20:17 PDT 2014
Revision: 121389
https://trac.macports.org/changeset/121389
Author: dtakahashi at macports.org
Date: 2014-06-24 12:20:16 -0700 (Tue, 24 Jun 2014)
Log Message:
-----------
gsl: add mpclang34 and mpclang35 variants
Modified Paths:
--------------
trunk/dports/math/gsl/Portfile
Modified: trunk/dports/math/gsl/Portfile
===================================================================
--- trunk/dports/math/gsl/Portfile 2014-06-24 18:45:25 UTC (rev 121388)
+++ trunk/dports/math/gsl/Portfile 2014-06-24 19:20:16 UTC (rev 121389)
@@ -56,41 +56,50 @@
}
}
-variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 mpclang33 description "Use GCC 4.3 for compilation of GSL" {
+variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 gcc48 mpclang33 mpclang34 mpclang35 description "Use GCC 4.3 for compilation of GSL" {
configure.compiler macports-gcc-4.3
}
-variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 gcc48 mpclang33 description "Use GCC 4.4 for compilation of GSL" {
+variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 gcc48 mpclang33 mpclang34 mpclang35 description "Use GCC 4.4 for compilation of GSL" {
configure.compiler macports-gcc-4.4
}
-variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 gcc48 mpclang33 description "Use GCC 4.5 for compilation of GSL" {
+variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 gcc48 mpclang33 mpclang34 mpclang35 description "Use GCC 4.5 for compilation of GSL" {
configure.compiler macports-gcc-4.5
}
-variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 gcc48 mpclang33 description "Use GCC 4.6 for compilation of GSL" {
+variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 gcc48 mpclang33 mpclang34 mpclang35 description "Use GCC 4.6 for compilation of GSL" {
configure.compiler macports-gcc-4.6
}
-variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 gcc48 mpclang33 description "Use GCC 4.7 for compilation of GSL" {
+variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 gcc48 mpclang33 mpclang34 mpclang35 description "Use GCC 4.7 for compilation of GSL" {
configure.compiler macports-gcc-4.7
}
-variant gcc48 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 mpclang33 description "Use GCC 4.8 for compilation of GSL" {
+variant gcc48 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 mpclang33 mpclang34 mpclang35 description "Use GCC 4.8 for compilation of GSL" {
configure.compiler macports-gcc-4.8
}
-variant mpclang33 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 description "Use clang 3.3 for compilation of GSL" {
+variant mpclang33 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 mpclang34 mpclang35 description "Use clang 3.3 for compilation of GSL" {
configure.compiler macports-clang-3.3
}
+variant mpclang34 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 mpclang33 mpclang35 description "Use clang 3.4 for compilation of GSL" {
+ configure.compiler macports-clang-3.4
+}
+
+variant mpclang35 conflicts gcc43 gcc44 gcc45 gcc46 gcc47 mpclang33 mpclang34 description "Use clang 3.5 for compilation of GSL" {
+ configure.compiler macports-clang-3.5
+}
+
variant optimize description "Provide further optimization options (depending on compiler used)" {
configure.optflags-append -O3
}
platform darwin i386 {
if { [variant_isset optimize] } {
- if { [variant_isset mpclang33] } {
+ if { [variant_isset mpclang33] || [variant_isset mpclang34] ||
+ [variant_isset mpclang35] } {
configure.optflags -march=native
} elseif { [variant_isset gcc43] } {
configure.optflags -ftree-vectorize -march=native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140624/cb539b6c/attachment.html>
More information about the macports-changes
mailing list