Ticket #41622: Portfile-fftw-3-olderclang.diff

File Portfile-fftw-3-olderclang.diff, 660 bytes (added by NicosPavlov, 10 years ago)
  • Portfile

     
    22
    33PortSystem      1.0
    44PortGroup       muniversal 1.0
     5PortGroup       compiler_blacklist_versions 1.0
    56
    67name            fftw-3
    78version         3.3.3
     
    4142    rmd160 f45e97f06ffaf59b5022ea5e33ef240cb5e84e74 \
    4243    sha256 85cdfc0a0ba10d8fa4f0f8e733aac1a5936c859832a9e3d5c0731fb5c54a97f3
    4344
     45#Blacklist older versions of clang which do not handle the --enable-avx option
     46compiler.blacklist-append {clang <= 211.10.1}
     47
    4448configure.args \
    4549    --enable-threads \
    4650    --disable-fortran \