| 50 | variant gcc43 conflicts gcc44 gcc45 description "Use GCC 4.3 for compilation of PPL" { |
| 51 | depends_build-append port:gcc43 |
| 52 | configure.compiler macports-gcc-4.3 |
| 53 | configure.cflags-append "-ftree-vectorize -O3 -march=native" |
| 54 | } |
| 55 | |
| 56 | variant gcc44 conflicts gcc43 gcc45 description "Use GCC 4.4 for compilation of PPL" { |
| 57 | depends_build-append port:gcc44 |
| 58 | configure.compiler macports-gcc-4.4 |
| 59 | configure.cflags-append "-ftree-vectorize -O3 -march=native" |
| 60 | } |
| 61 | |
| 62 | variant gcc45 conflicts gcc43 gcc44 description "Use GCC 4.5 for compilation of PPL" { |
| 63 | depends_build-append port:gcc45 |
| 64 | configure.compiler macports-gcc-4.5 |
| 65 | configure.cflags-append "-ftree-vectorize -O3 -march=native" |
| 66 | } |
| 67 | |