Ticket #49747: Portfile-py-pymc.diff

File Portfile-py-pymc.diff, 993 bytes (added by Russell-Jones-OxPhys (Russell Jones), 8 years ago)
  • (a) ports/python/py-pymc/Portfile vs. (b) Portfile-py-pymc

    a b  
    55PortGroup           python 1.0
    66PortGroup           github 1.0
    77
    8 github.setup        pymc-devs pymc 2.3.4
     8github.setup        pymc-devs pymc 2.3.6 v
    99revision            1
    1010name                py-pymc
    1111maintainers         hum openmaintainer
     
    2929if {${name} ne ${subport}} {
    3030    depends_lib-append  port:py${python.version}-numpy
    3131
    32     checksums           rmd160  3fb8c212c9db83c67fdd07b5358ceb4554281b52 \
    33                         sha256  b8270ad31e58a3c6696ac6f03fc26023826707f5804547ee281a09b7bc72b42b
     32    checksums           rmd160  b4eac13ae502bb3e8ec3f314deb73750edcb6a8a
    3433
    35     set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9}
    36     set default_fortran_variant +gcc48
     34    set gcc_versions {4.3 4.4 4.5 4.6 4.7 4.8 4.9 5}
     35    set default_fortran_variant +gcc5
    3736    set g95_conflicts {}
    3837
    3938    foreach ver ${gcc_versions} {