Ticket #32668: fftw-3-gcc46.diff
File fftw-3-gcc46.diff, 2.4 KB (added by miles@…, 13 years ago) |
---|
-
Portfile
old new 76 76 } 77 77 } 78 78 79 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g 95 {79 variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 gcc46 g95 { 80 80 depends_lib-append port:gcc42 81 81 depends_skip_archcheck gcc42 82 82 configure.f77 gfortran-mp-4.2 … … 90 90 } 91 91 } 92 92 93 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g 95 {93 variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 gcc46 g95 { 94 94 depends_lib-append port:gcc43 95 95 depends_skip_archcheck gcc43 96 96 configure.f77 gfortran-mp-4.3 … … 104 104 } 105 105 } 106 106 107 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g 95 {107 variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 gcc46 g95 { 108 108 depends_lib-append port:gcc44 109 109 depends_skip_archcheck gcc44 110 110 configure.f77 gfortran-mp-4.4 … … 118 118 } 119 119 } 120 120 121 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g 95 {121 variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 gcc46 g95 { 122 122 depends_lib-append port:gcc45 123 123 depends_skip_archcheck gcc45 124 124 configure.f77 gfortran-mp-4.5 … … 132 132 } 133 133 } 134 134 135 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 { 135 variant gcc46 description {create Fortran wrappers using gcc46} conflicts gcc42 gcc43 gcc44 gcc45 g95 { 136 depends_lib-append port:gcc46 137 depends_skip_archcheck gcc46 138 configure.f77 gfortran-mp-4.6 139 configure.args-delete --disable-fortran 140 if { ${os.arch} == "i386" } { 141 lappend merger_configure_args(ppc) "--disable-fortran" 142 lappend merger_configure_args(ppc64) "--disable-fortran" 143 } else { 144 lappend merger_configure_args(i386) "--disable-fortran" 145 lappend merger_configure_args(x86_64) "--disable-fortran" 146 } 147 } 148 149 variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 { 136 150 depends_lib-append port:g95 137 151 depends_skip_archcheck g95 138 152 configure.f77 g95