Ticket #41622: Portfile-fftw-3-olderclang.diff
File Portfile-fftw-3-olderclang.diff, 660 bytes (added by NicosPavlov, 11 years ago) |
---|
-
Portfile
2 2 3 3 PortSystem 1.0 4 4 PortGroup muniversal 1.0 5 PortGroup compiler_blacklist_versions 1.0 5 6 6 7 name fftw-3 7 8 version 3.3.3 … … 41 42 rmd160 f45e97f06ffaf59b5022ea5e33ef240cb5e84e74 \ 42 43 sha256 85cdfc0a0ba10d8fa4f0f8e733aac1a5936c859832a9e3d5c0731fb5c54a97f3 43 44 45 #Blacklist older versions of clang which do not handle the --enable-avx option 46 compiler.blacklist-append {clang <= 211.10.1} 47 44 48 configure.args \ 45 49 --enable-threads \ 46 50 --disable-fortran \