Ticket #45894: py-nibabel-Portfile.patch

File py-nibabel-Portfile.patch, 1.4 KB (added by ghweber@…, 10 years ago)
  • Portfile

    old new  
    66
    77name                    py-nibabel
    88version                 1.3.0
    9 revision                1
     9revision                2
    1010categories              python
    1111platforms               darwin
    1212license                 MIT
     
    3535        reinplace "s|@@PREFIX@@|${prefix}|g" ${worksrcpath}/setup.py
    3636    }
    3737
    38     variant gcc43 conflicts gcc44 gcc45 gcc46 gcc47 description {build with gcc 4.3} {
    39         configure.compiler   macports-gcc-4.3
    40     }
    41 
    42     variant gcc44 conflicts gcc43 gcc45 gcc46 gcc47 description {build with gcc 4.4} {
    43         configure.compiler   macports-gcc-4.4
    44     }
    45 
    46     variant gcc45 conflicts gcc43 gcc44 gcc46 gcc47 description {build with gcc 4.5} {
    47         configure.compiler   macports-gcc-4.5
    48     }
    49 
    50     variant gcc46 conflicts gcc43 gcc44 gcc45 gcc47 description {build with gcc 4.6} {
    51         configure.compiler   macports-gcc-4.6
    52     }
    53 
    54     variant gcc47 conflicts gcc43 gcc44 gcc45 gcc46 description {build with gcc 4.7} {
    55         configure.compiler   macports-gcc-4.7
    56     }
    57 
    58     if {![variant_isset gcc43] && ![variant_isset gcc44] && ![variant_isset gcc45] && ![variant_isset gcc46]} {
    59         default_variants +gcc47
    60     }
    61 
    6238    livecheck.type      none
    6339} else {
    6440    livecheck.url       http://pypi.python.org/pypi/nibabel