Ticket #33625: Portfile-py27-pymc.diff

File Portfile-py27-pymc.diff, 1.6 KB (added by Russell-Jones-OxPhys (Russell Jones), 12 years ago)

Portfile-py27-pymc.diff

Line 
12c2
2< # $Id$
3---
4> # $Id: Portfile 90820 2012-03-15 03:13:40Z jmr@macports.org $
535c35
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 {
941c41
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 {
1347c47
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 {
1753c53
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 {
2159,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 {
3272c65
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]} {