Ticket #52606: Portfile-atlas.diff
File Portfile-atlas.diff, 1.5 KB (added by Schamschula (Marius Schamschula), 8 years ago) |
---|
-
Portfile
old new 51 51 52 52 worksrcdir ATLAS 53 53 54 variant gcc5 conflicts gcc49 mpclang37 perf\ 54 variant gcc6 conflicts gcc49 gcc5 mpclang37 perf\ 55 description {build using macports-gcc-5} { 56 57 configure.compiler macports-gcc-6 58 } 59 60 if {[variant_isset gcc6]} { 61 62 set gcc_version 6 63 set use_clang "" 64 65 } 66 67 variant gcc5 conflicts gcc49 gcc6 mpclang37 perf\ 55 68 description {build using macports-gcc-5} { 56 69 57 70 configure.compiler macports-gcc-5 … … 64 77 65 78 } 66 79 67 variant gcc49 conflicts gcc 5 mpclang37 perf\80 variant gcc49 conflicts gcc6 gcc5 mpclang37 perf\ 68 81 description {build using macports-gcc-4.9} { 69 82 70 83 configure.compiler macports-gcc-4.9 … … 77 90 78 91 } 79 92 80 variant mpclang37 conflicts gcc49 gcc 5 perf\93 variant mpclang37 conflicts gcc49 gcc6 gcc5 perf\ 81 94 description {use mp-clang-3.7 and gfortran} { 82 95 83 96 configure.compiler macports-clang-3.7 … … 152 165 # If none of the above variants is chosen, make gcc47 the default for 153 166 # up to SSE4.2 (Core i1) capable processors, and XCode-clang for newer 154 167 155 if {![variant_isset gcc49] && ![variant_isset gcc5] && ![variant_isset mpclang37]} {168 if {![variant_isset gcc49] && ![variant_isset gcc5] && ![variant_isset gcc6] && ![variant_isset mpclang37]} { 156 169 157 170 if {${has_avx} == "no"} { 158 171