Ticket #64493: py-cvxopt-127-Portfile.patch

File py-cvxopt-127-Portfile.patch, 1.1 KB (added by bal-agates, 3 years ago)

Patch to upgrade current py-cvxopt Portfile from 1.2.5_1 to 1.2.7_0

  • Portfile

    old new  
    77
    88linalg.setup        noveclibfort
    99
    10 github.setup        cvxopt cvxopt 1.2.5
    11 revision            1
     10github.setup        cvxopt cvxopt 1.2.7
     11revision            0
    1212name                py-cvxopt
    1313categories-append   math
    1414platforms           darwin
     
    2929                    programming language.
    3030homepage            https://cvxopt.org/
    3131
    32 checksums           rmd160  e29d588d74213c7562a181a19a443740343487ca \
    33                     sha256  a03c7fff342eecd258769b447e62955f0d34672f5f8fe558aeeaa0339f268b2c \
    34                     size    6742604
     32checksums           rmd160  4af2fec6a886aa076206de428e5b7ead9447e1d4 \
     33                    sha256  e03d8cdd2c952672fa45fd365338857f2d30fbd913df5708747a0535558a51ea \
     34                    size    4115655
    3535
    36 python.versions     27 35 36 37 38
     36python.versions     27 35 36 37 38 39
    3737
    3838if {${subport} ne ${name}} {
    3939    # ignore empty BLAS and LAPACK inputs
     
    110110
    111111    default_variants +gsl +glpk +fftw +dsdp
    112112
    113     livecheck.type      none
     113    livecheck.type  none
    114114}