48 | | variant gfortran description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43} conflicts g95 { |
49 | | depends_lib-append port:gcc43 |
50 | | configure.f77 "${prefix}/bin/gfortran-mp-4.3" |
51 | | configure.f90 "${prefix}/bin/gfortran-mp-4.3" |
| 48 | variant gcc43 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc43} conflicts g95 gcc42 { |
| 49 | depends_lib-append port:gcc43 |
| 50 | configure.compiler macports-gcc-4.3 |
| 51 | configure.args-append --enable-f77 --enable-f90 |
| 52 | } |
| 53 | |
| 54 | variant gcc42 description {Enable Fortran 77 and Fortran 90 bindings using gfortran from gcc42} conflicts g95 gcc43 { |
| 55 | depends_lib-append port:gcc42 |
| 56 | configure.compiler macports-gcc-4.2 |