1 | 2c2 |
---|
2 | < # $Id$ |
---|
3 | --- |
---|
4 | > # $Id: Portfile 90820 2012-03-15 03:13:40Z jmr@macports.org $ |
---|
5 | 35c35 |
---|
6 | < variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 gcc46 g95 { |
---|
7 | --- |
---|
8 | > variant gcc42 description {create Fortran wrappers using gcc42} conflicts gcc43 gcc44 gcc45 g95 { |
---|
9 | 41c41 |
---|
10 | < variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 gcc46 g95 { |
---|
11 | --- |
---|
12 | > variant gcc43 description {create Fortran wrappers using gcc43} conflicts gcc42 gcc44 gcc45 g95 { |
---|
13 | 47c47 |
---|
14 | < variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 gcc46 g95 { |
---|
15 | --- |
---|
16 | > variant gcc44 description {create Fortran wrappers using gcc44} conflicts gcc42 gcc43 gcc45 g95 { |
---|
17 | 53c53 |
---|
18 | < variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 gcc46 g95 { |
---|
19 | --- |
---|
20 | > variant gcc45 description {create Fortran wrappers using gcc45} conflicts gcc42 gcc43 gcc44 g95 { |
---|
21 | 59,66c59 |
---|
22 | < variant gcc46 description {create Fortran wrappers using gcc46} conflicts gcc42 gcc43 gcc44 gcc45 g95 { |
---|
23 | < depends_lib-append port:gcc46 |
---|
24 | < set fc ${prefix}/bin/gfortran-mp-4.6 |
---|
25 | < build.env-append F77=${fc} F90=${fc} |
---|
26 | < } |
---|
27 | < |
---|
28 | < |
---|
29 | < variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 gcc46 { |
---|
30 | --- |
---|
31 | > variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc43 gcc44 gcc45 { |
---|
32 | 72c65 |
---|
33 | < if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc45] && ![variant_isset g95] && ![variant_isset gcc46]} { |
---|
34 | --- |
---|
35 | > if {![variant_isset gcc42] && ![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset g95]} { |
---|