Ticket #17269: fftw-3_3.2.diff

File fftw-3_3.2.diff, 1.1 KB (added by skymoo (Adam Mercer), 15 years ago)

patch to update fftw-3 to version 3.2

  • math/fftw-3/Portfile

    diff --git a/math/fftw-3/Portfile b/math/fftw-3/Portfile
    index 3cbadf4..a72f0ad 100644
    a b  
    44PortSystem      1.0
    55
    66name            fftw-3
    7 version         3.1.3
     7version         3.2
    88categories      math
    99platforms       darwin
    1010maintainers     takeshi@macports.org
    long_description \ 
    3535        improvements relative to 2.x, but is not backwardly \
    3636        compatible.
    3737
    38 
    39 checksums md5 a3dcba0d30880118310b86833023eea3 \
    40           sha1 4ac7f2d4f08e253a1a60f336c8e1879955d93816 \
    41           rmd160 6df354a7fba100f14361d5ce1bfc18f393979690
     38checksums md5 280960ddbad368ebb96c073a2b642f5d \
     39          sha1 7ec19356191ffa3719294a5373f27b75c04c301b \
     40          rmd160 26f686e793f0fafedefa352b38058e76c9ca698c
    4241
    4342configure.args \
    4443        --enable-threads \
    variant g95 description {create Fortran wrappers using f95} conflicts gcc42 gcc4 
    7473
    7574livecheck.check regex
    7675livecheck.url   ${homepage}
    77 livecheck.regex {FFTW ([0-9]+\.[0-9]+\.[0-9]+) is the latest}
     76livecheck.regex {FFTW (\d+(?:\.\d+)*) is the latest}